Plugin Directory

Changeset 3441421


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

Still working on the blueprint

File:
1 edited

Legend:

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

    r3441419 r3441421  
    2323      "options": {
    2424        "activate": true,
    25         "ehmc_show_chart": 1
    2625      }
    2726    },
    2827   
    2928    {
    30    
    31     "step": "runPHP",
    32     "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')); ?>"
     29      "step": "runPHP",
     30      "code": "<?php require_once '/wordpress/wp-load.php'; update_option('ehmc_show_chart', 1); 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')); ?>"
    3331    }
    3432   
Note: See TracChangeset for help on using the changeset viewer.