Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Created November 20, 2025 10:47
Show Gist options
  • Select an option

  • Save bgrgicak/c5ab1b7cf72f916bd5b879179c3fb0f5 to your computer and use it in GitHub Desktop.

Select an option

Save bgrgicak/c5ab1b7cf72f916bd5b879179c3fb0f5 to your computer and use it in GitHub Desktop.
wp-smushit blueprint
{
"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