Created
November 19, 2025 12:05
-
-
Save bgrgicak/d1687ca9d9d7e4b7a7399b2b29bee5ac to your computer and use it in GitHub Desktop.
W3 Total Cache
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=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