Changeset 3208220
- Timestamp:
- 12/15/2024 04:08:57 PM (16 months ago)
- File:
-
- 1 edited
-
showcase-creator/assets/blueprints/blueprint.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
showcase-creator/assets/blueprints/blueprint.json
r3208216 r3208220 7 7 "siteOptions": { 8 8 "blogname": "Showcase Creator Playground", 9 "show_on_front": "page" 9 "show_on_front": "page", 10 "page_on_front": "760" 10 11 }, 11 12 "plugins": ["showcase-creator"], … … 25 26 "url": "https://videlinify.com/wp-content/uploads/scplayground/content.xml" 26 27 } 27 },28 {29 "step": "runPHP",30 "code": "<?php\nrequire '/wordpress/wp-load.php';\n$frontpage = get_page_by_title('Showcase Creator');\nupdate_option('page_on_front',$frontpage->ID);"31 28 } 32 29 ]
Note: See TracChangeset
for help on using the changeset viewer.