Created
November 20, 2025 10:47
-
-
Save bgrgicak/c5ab1b7cf72f916bd5b879179c3fb0f5 to your computer and use it in GitHub Desktop.
wp-smushit blueprint
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
| { | |
| "landingPage": "/wp-admin/admin.php?page=smush", | |
| "steps": [ | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "wp-smushit" | |
| }, | |
| "options": { | |
| "activate": true | |
| } | |
| }, | |
| { | |
| "step": "setSiteOptions", | |
| "options": { | |
| "skip-smush-setup": "yes" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment