Last active
December 29, 2025 01:07
-
-
Save SirLouen/e76898636bab7c50e6c295e2a81bf4e3 to your computer and use it in GitHub Desktop.
Testing URL binding
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", | |
| "landingPage": "/wp-admin/plugins.php", | |
| "login": true, | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "trunk" | |
| }, | |
| "steps": [ | |
| { | |
| "step": "writeFile", | |
| "path": "/wordpress/wp-content/plugins/test-plugin.php", | |
| "data": { | |
| "resource": "url", | |
| "url": "https://gist.githubusercontent.com/SirLouen/f22274ad3aa8e239e7a6e2a2d8404b18/raw/ad96c3c62a56bc224112e864b69369e7916b68fa/plugin.php" | |
| } | |
| }, | |
| { | |
| "step": "activatePlugin", | |
| "pluginPath": "test-plugin.php" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment