Changeset 3150470
- Timestamp:
- 09/12/2024 06:35:50 AM (18 months ago)
- File:
-
- 1 edited
-
doko-box-builder/assets/blueprints/blueprint.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doko-box-builder/assets/blueprints/blueprint.json
r3150463 r3150470 44 44 "step": "runPHP", 45 45 "code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Example Post',\n'post_content' => '<!-- wp:paragraph -->\n<p>a normal paragraph</p>\n<!-- \/wp:paragraph -->',\n'post_status' => 'publish',\n'post_author' => 1\n));" 46 } 47 ] 46 }, 47 ], 48 "features": { 49 "networking": true 50 } 48 51 }
Note: See TracChangeset
for help on using the changeset viewer.