Last active
January 7, 2019 02:19
-
-
Save danieljwonder/7cbc5a16eb72eadb5e21d4fc95ff1dbf to your computer and use it in GitHub Desktop.
Hide Cloudflare API Key in WP Rocket
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
| <?php | |
| // Add the following to wp-config.php to hide the Cloudflare API Key in WP Rocket | |
| define( 'WP_ROCKET_CF_API_KEY_HIDDEN', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment