Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"port": 5467,
"testsPort": 5468,
"config": {
"ALLOW_UNFILTERED_UPLOADS": true,
"ALLOW_UNFILTERED_UPLOADS": true,
"WP_SITEURL": "http://sql.localhost",
"WP_HOME": "http://sql.localhost"
},
Expand Down
2 changes: 2 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

wp-env run cli wp theme activate twentytwentythree
wp-env run cli wp rewrite structure /%postname%
wp-env run cli wp option update blogname "SQL to CPT"
wp-env run cli wp option update blogdescription "Import & Convert SQL files to Custom Post Types (CPT)."