Skip to content

Instantly share code, notes, and snippets.

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