Skip to content

Instantly share code, notes, and snippets.

@camaleaun
Last active June 10, 2026 15:19
Show Gist options
  • Select an option

  • Save camaleaun/fe634b92f9e4e3d97c148b66a6ffe237 to your computer and use it in GitHub Desktop.

Select an option

Save camaleaun/fe634b92f9e4e3d97c148b66a6ffe237 to your computer and use it in GitHub Desktop.
WordPress Playground blueprint for americansuppressorassociation-wp
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"steps": [
{
"step": "login"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/camaleaun/americansuppressorassociation-wp-dist/releases/download/project%2Flatest/asacore.zip"
},
"options": { "activate": true }
},
{
"step": "installTheme",
"themeData": {
"resource": "url",
"url": "https://github.com/camaleaun/americansuppressorassociation-wp-dist/releases/download/project%2Flatest/asafront.zip"
},
"options": { "activate": true }
},
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/camaleaun/americansuppressorassociation-wp-dist/releases/download/project%2Flatest/asablueprint.zip"
},
"options": { "activate": true }
},
{
"step": "runPHP",
"code": "<?php require '/wordpress/wp-load.php'; deactivate_plugins(['asablueprint/asablueprint.php']); delete_plugins(['asablueprint/asablueprint.php']); ?>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment