Skip to content

Instantly share code, notes, and snippets.

@AntoscencoVladimir
Created May 5, 2016 16:25
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 AntoscencoVladimir/768a52f61e907cd516214ebaf97ae40a to your computer and use it in GitHub Desktop.
Save AntoscencoVladimir/768a52f61e907cd516214ebaf97ae40a to your computer and use it in GitHub Desktop.
Hide update messages in admin panel
/**
* Hide update messages in admin panel
*/
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