Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @shivamber please use the following code within wp-config.php (root of the WordPress install) or an MU plugin:
    `define(‘WPACU_HIDE_HTML_USAGE_COMMENT’, true);

    PS: Make sure any page caching is cleared before making a new test as your browser might still read the cached version (with the HTML notice still in).

    • This reply was modified 6 years ago by Gabe Livan.
    Thread Starter lshiv

    (@shivamber)

    Gabe that did not work. I cleared all caches, even rebooted the server.

    Plugin Author Gabe Livan

    (@gabelivan)

    @shivamber can you send me your wp-config.php to gabe [ at ] bitrepository [ dot ) com? You can hide/replace details such as database information. Something must be wrong there. I might release a tag that hasn’t the signature at all. If the code below is at the top of the file (not below require_once(ABSPATH . ‘wp-settings.php’); obviously), then it will work:
    define('WPACU_HIDE_HTML_USAGE_COMMENT', true);

    UPDATE: I’ve updated the current tag and the notice is now removed, as you’re not the first person who requests this ?? Please re-download the plugin! If it still shows, it’s your cache 100% as the comment is not anywhere in the plugin anymore.

    • This reply was modified 6 years ago by Gabe Livan.
    Thread Starter lshiv

    (@shivamber)

    Works fine now. Thank you for the quick response!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Code added to source’ is closed to new replies.