Changeset 3150473
- Timestamp:
- 09/12/2024 06:39:12 AM (19 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
r3150470 r3150473 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 46 }, 47 ], 48 "features": { 49 "networking": true 50 } 47 ] 51 48 }
Note: See TracChangeset
for help on using the changeset viewer.