Created
January 6, 2015 13:38
-
-
Save DanielSantoro/d514193d25db5c1c5d92 to your computer and use it in GitHub Desktop.
Hide WooThemes Helper Notification
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 WooThemes Updater Notification from Admin | |
| 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