Skip to content

Instantly share code, notes, and snippets.

@pablo-sg-pacheco
Created August 8, 2016 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablo-sg-pacheco/318e5bf30de2f2cee8ecd8c15afa2c95 to your computer and use it in GitHub Desktop.
Save pablo-sg-pacheco/318e5bf30de2f2cee8ecd8c15afa2c95 to your computer and use it in GitHub Desktop.
Woocommerce - Remove WooCommerce updater message on admin
// Remove WooCommerce Updater
remove_action('admin_notices', 'woothemes_updater_notice');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment