Last active
June 10, 2026 15:19
-
-
Save camaleaun/fe634b92f9e4e3d97c148b66a6ffe237 to your computer and use it in GitHub Desktop.
WordPress Playground blueprint for americansuppressorassociation-wp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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