Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

Dalton Rooney on "[Plugin: WooCommerce - excelling eCommerce] Hiding "Install the WooThemes Updater plugin..." alert on Dashboard"

$
0
0

Yes, but this hides all messages with the .updated.fade class, not just the WooCommerce messages. There are other important messages that might be using this class.

I've found the best way to remove these messages is to add
remove_action( 'admin_notices', 'woothemes_updater_notice' );
to my theme's functions.php.


Viewing all articles
Browse latest Browse all 104029

Trending Articles