Skip to content

Instantly share code, notes, and snippets.

@danieljwonder
Last active January 7, 2019 02:19
Show Gist options
  • Select an option

  • Save danieljwonder/7cbc5a16eb72eadb5e21d4fc95ff1dbf to your computer and use it in GitHub Desktop.

Select an option

Save danieljwonder/7cbc5a16eb72eadb5e21d4fc95ff1dbf to your computer and use it in GitHub Desktop.
Hide Cloudflare API Key in WP Rocket
<?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