Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Created October 27, 2014 15:43
Show Gist options
  • Save kontikidigital/45bfacdc5e39a4f246c7 to your computer and use it in GitHub Desktop.
Save kontikidigital/45bfacdc5e39a4f246c7 to your computer and use it in GitHub Desktop.
Remove Woothemes/WP Overnight/IgniteWoo updater notice
// 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