Skip to content

Instantly share code, notes, and snippets.

@sirreal
Created September 15, 2025 09:11
Show Gist options
  • Select an option

  • Save sirreal/5be8e964f6eeb73861608237edfcdb76 to your computer and use it in GitHub Desktop.

Select an option

Save sirreal/5be8e964f6eeb73861608237edfcdb76 to your computer and use it in GitHub Desktop.
Demo trac 63963
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/?p=4",
"login": true,
"steps": [
{
"step": "installTheme",
"themeData": {
"resource": "wordpress.org/themes",
"slug": "twentyfifteen"
},
"options": {
"activate": true,
"importStarterContent": true
}
},
{
"step": "wp-cli",
"command": "wp post create --post_status=publish --post_type=post --post_content='<p>`backtick</p>'"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment