Changeset 3441338
- Timestamp:
- 01/17/2026 01:19:04 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eh-mortgage-calculator/assets/blueprints/blueprint.json
r3441337 r3441338 17 17 "activate": true 18 18 } 19 }, 20 { 21 "step": "runPHP", 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')); ?>" 23 }, 24 { 25 "step": "runPHP", 26 "code": "<?php require_once '/wordpress/wp-load.php'; flush_rewrite_rules(); ?>" 27 } 19 } 28 20 ] 29 21 }
Note: See TracChangeset
for help on using the changeset viewer.