Created
October 27, 2014 15:43
-
-
Save kontikidigital/45bfacdc5e39a4f246c7 to your computer and use it in GitHub Desktop.
Remove Woothemes/WP Overnight/IgniteWoo updater notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove WooCommerce Updater | |
remove_action('admin_notices', 'woothemes_updater_notice'); | |
// Remove WP Overnight Updater | |
remove_action('admin_notices', 'wpo_updater_notice'); | |
// Remove IgniteWoo Updater | |
remove_action('admin_notices', 'ignitewoo_updater_notice'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment