Viewing 2 replies - 1 through 2 (of 2 total)
  • A few ways you can remove it. One is to simply enable minify on HTML and by default it strips commenting like that “Performance” line. Another way is to add this line into your functions.php file:

    add_filter( 'w3tc_can_print_comment', function( $w3tc_setting ) { return false; }, 10, 1 );

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    No activity for over a week.
    Closing this topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘feed wont validate, wont work with feedburner , w3tc feed bottom text block’ is closed to new replies.