Created
August 8, 2016 15:07
-
-
Save pablo-sg-pacheco/318e5bf30de2f2cee8ecd8c15afa2c95 to your computer and use it in GitHub Desktop.
Woocommerce - Remove WooCommerce updater message on admin
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'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment