Support » Plugin: Asset CleanUp: Page Speed Booster » Chrome console message

  • Resolved Arnaud

    (@charlyaes32)


    Hi, i see on chrome console this message:
    ” Asset CleanUp Pro: "LIVE MODE" (test mode is not enabled, thus, all the plugin changes are visible for everyone: you, the logged-in administrator and the regular visitors) ”
    Test mode is desabled.
    How can fix it and don’t have Asset CleanUp Pro show on console ?
    Thanks for your help

    see here: https://webdesign32.com/source/assetcleanuppro.png

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

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

    (@gabelivan)

    @charlyaes32 this is not a problem to fix as it’s a purposeful notice only shown to the admin to tell him/her about whether the changes done are taking effect or not for the guests due to the “Test Mode” option.

    You can hide this notice completely by adding the following snippet to functions.php of your theme (or child theme) or to a custom plugin that you use for changes:

    add_filter('wpacu_show_admin_console_notice', '__return_false');

    I hope it helps! Let me know if you have any further questions about it!

Viewing 1 replies (of 1 total)
  • The topic ‘Chrome console message’ is closed to new replies.