Here to hiding “Install the WooThemes Updater plugin…” alert on Dashboard
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.
Here to hiding “Install the WooThemes Updater plugin…” alert on Dashboard
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.