Enabling white label for footprint, dashboard and RocketCDN

HTML comment footprint

You can remove mention of WP Rocket in the HTML comment footprint from the source code of your site:

WP Rocket HTML comment footprint

Edit wp-config.php at the root of your WordPress installation and add this constant:

define ('WP_ROCKET_WHITE_LABEL_FOOTPRINT', true);

Then clear the cache.

The footprint will be updated to a generic message without mention of WP Rocket:

White label for HTML comment footprint

Dashboard & RocketCDN

You can remove the My Account section from the Dashboard tab in our settings:

Edit wp-config.php at the root of your WordPress installation and add this constant:

define ('WP_ROCKET_WHITE_LABEL_ACCOUNT', true);

The Dashboard will no longer display the details of your account:

These references to RocketCDN will also be removed: 

  • RocketCDN section on the Dashboard tab.
  • The Manage Subscription link on the CDN tab.
  • RocketCDN promotional banners
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.