• Resolved neilgee

    (@neilgee)


    Can you tell me why there is a closing PHP tag comment after WP Fastest Cache?

    
    <!-- WP Fastest Cache file was created in 0.29581689834595 seconds, on 05-03-21 21:26:54 -->
    <!-- via php -->
    

    I don’t see this on other sites, just the WP Fastest Cache comment.

    • This topic was modified 4 years ago by neilgee.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Emre Vona

    (@emrevona)

    You need to add the following lines after <?php which exists at the top of wp-config.php file.

    define(“WPFC_REMOVE_FOOTER_COMMENT”, true);

Viewing 1 replies (of 1 total)
  • The topic ‘Closing PHP comment’ is closed to new replies.