How To Get Rid of the Admin Notice Install the WooThemes Updater plugin to get updates for your WooThemes plugins
03
March
If you’re running WooCommerce plugin extensions but aren’t and don’t want to use their updater, you can remove the notice Install the WooThemes Updater plugin to get updates for your WooThemes plugins
that appears on every admin page by adding the following to your functions.php
// Remove WooCommerce Updater remove_action('admin_notices', 'woothemes_updater_notice');
No comments yet.