Quantcast
Channel: Code Snippets – Code My Own Road
Viewing all articles
Browse latest Browse all 8

How To Remove The WooThemes Updater Notice

$
0
0

If there’s one thing that ticks me off it’s plugins that add notices to your WordPress admin area that cannot be dismissed.

WooThemes do it with a lot of their extensions including WooCommerce essentially advertising their WooThemes updater plugin.

So here’s a neat little snippet of code that you can drop into your functions.php to hide those annoying Woo Updater notices:

remove_action( 'admin_notices', 'woothemes_updater_notice' );

And viola, no more updater notice. Take that immovable little yellow box!


Viewing all articles
Browse latest Browse all 8

Trending Articles