Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Created November 19, 2025 12:05
Show Gist options
  • Select an option

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

Select an option

Save bgrgicak/d1687ca9d9d7e4b7a7399b2b29bee5ac to your computer and use it in GitHub Desktop.
W3 Total Cache
{
"landingPage": "/wp-admin/admin.php?page=w3tc_dashboard",
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "w3-total-cache"
},
"options": {
"activate": true
}
},
{
"step": "runPHP",
"code": "<?php\nchmod(\"/wordpress/wp-content\", 755);"
},
{
"step": "setSiteOptions",
"options": {
"w3tc_setupguide_completed": "y"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment