Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created April 2, 2024 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanbossenger/afbd954a53672f1a15c1e0aceac73108 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/afbd954a53672f1a15c1e0aceac73108 to your computer and use it in GitHub Desktop.
wp-now-testing
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"steps": [
{
"step": "setSiteOptions",
"options": {
"blogname": "LearnPress",
"blogdescription": "My testing LearnPress site"
}
},
{
"step": "defineWpConfigConsts",
"consts": {
"WP_HOME": "http://learnpress.test",
"WP_SITEURL": "http://learnpress.test",
"WP_DEBUG_DISPLAY": "false",
"WP_DEBUG_LOG": "true"
},
"method": "define-before-run"
}
]
}
@jonathanbossenger
Copy link
Author

jonathanbossenger commented Apr 2, 2024

Takeaways

  1. Documenation, documenation, documentation
  2. defineSiteUrl doesn't seem to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment