Skip to content

Instantly share code, notes, and snippets.

@ockham
Last active October 23, 2024 08:30
Show Gist options
  • Save ockham/56022175140cb2a340c475a6bf0d711d to your computer and use it in GitHub Desktop.
Save ockham/56022175140cb2a340c475a6bf0d711d to your computer and use it in GitHub Desktop.
html-api-debugger-with-latest-wp-rc.json
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/admin.php?page=html-api-debugger&html=<h1>Hello world!</h1>",
"preferredVersions": {
"php": "8.0",
"wp": "beta"
},
"steps": [
{
"step": "login",
"username": "admin"
}
],
"plugins": ["html-api-debugger"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment