Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active July 16, 2024 17:03
Show Gist options
  • Save landbryo/b5fa11323998d5d193dea81a5f1d3da9 to your computer and use it in GitHub Desktop.
Save landbryo/b5fa11323998d5d193dea81a5f1d3da9 to your computer and use it in GitHub Desktop.
WordPress Playground - Stream
{
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"siteOptions": {
"blogname": "Stream Playground"
},
"landingPage": "/wp-admin/admin.php?page=wp_stream",
"features": {},
"plugins": [
"stream"
],
"steps": [
null,
false,
{
"step": "login",
"username": "admin",
"password": "password"
},
null,
null,
null
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment