Title: Remove LIVE MODE Console Message
Last modified: February 12, 2023

---

# Remove LIVE MODE Console Message

 *  Resolved [featuremonkey](https://wordpress.org/support/users/featuremonkey/)
 * (@featuremonkey)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/remove-live-mode-console-message/)
 * Is there a way to remove the message from console?
 * > Asset CleanUp: “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)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gabe Livan](https://wordpress.org/support/users/gabelivan/)
 * (@gabelivan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/remove-live-mode-console-message/#post-16511549)
 * [@featuremonkey](https://wordpress.org/support/users/featuremonkey/) you can 
   remove the message from the console (note that it shows only for you, the logged-
   in administrator) by using the following snippet (e.g. in your functions.php 
   from the Child theme or a custom plugin where you usually put your WordPress 
   hooks):
 * _add\_filter(‘wpacu\_show\_admin\_console\_notice’, ‘\_\_return\_false’);_
 * PS: Be careful if you copy and paste the snippet into your editor as the single
   quotes might be pasted differently in your editor. Just make sure there are single
   quotes there that are added to the PHP file.

Viewing 1 replies (of 1 total)

The topic ‘Remove LIVE MODE Console Message’ is closed to new replies.

 * ![](https://ps.w.org/wp-asset-clean-up/assets/icon-256x256.png?rev=1981952)
 * [Asset CleanUp: Page Speed Booster](https://wordpress.org/plugins/wp-asset-clean-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-asset-clean-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-asset-clean-up/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-asset-clean-up/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gabe Livan](https://wordpress.org/support/users/gabelivan/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/remove-live-mode-console-message/#post-16511549)
 * Status: resolved