Forum Replies Created

Viewing 1 replies (of 1 total)
  • editing this file:
    wp-content/plugins/wp-rocket/inc/functions/files.php

    Delete all

    function get_rocket_footprint( $debug = true ) {
    $footprint = ! rocket_is_white_label() ?
    “\n” . ‘<!– This website is like a Rocket, isn\’t it ? Performance optimized by WP Rocket. Learn more: http://wp-rocket.me&#8217; :
    “\n” . ‘<!– Cached page for great performance’;
    if ( $debug ) {
    $footprint .= ‘ – Debug: cached@’ . time();
    }
    $footprint .= ‘ –>’;
    return $footprint;
    }

Viewing 1 replies (of 1 total)