Plugin Directory

Changeset 3441337


Ignore:
Timestamp:
01/17/2026 01:17:24 AM (3 months ago)
Author:
edgarr41
Message:

Updated blueprint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eh-mortgage-calculator/assets/blueprints/blueprint.json

    r3441336 r3441337  
    1818      }
    1919    },
     20    {
    2021    "step": "runPHP",
    21   "code": "<?php require_once '/wordpress/wp-load.php'; wp_insert_post(array('post_title' => 'Mortgage Calculator Demo', 'post_name' => 'mortgage-calculator-demo', 'post_content' => '[eh_mortgage_calculator]', 'post_status' => 'publish', 'post_type' => 'page')); ?>"
     22    "code": "<?php require_once '/wordpress/wp-load.php'; wp_insert_post(array('post_title' => 'Mortgage Calculator Demo', 'post_name' => 'mortgage-calculator-demo', 'post_content' => '[eh_mortgage_calculator]', 'post_status' => 'publish', 'post_type' => 'page')); ?>"
    2223    },
    2324    {
Note: See TracChangeset for help on using the changeset viewer.