Skip to content

Instantly share code, notes, and snippets.

@deadlyhifi
Created August 11, 2015 15:03
Show Gist options
  • Save deadlyhifi/bb620e65a79f4fc0cdaa to your computer and use it in GitHub Desktop.
Save deadlyhifi/bb620e65a79f4fc0cdaa to your computer and use it in GitHub Desktop.
/**
* Remove the admin notice suggesting you to install WooThemes Helper
*/
function remove_wc_helper_notice() {
remove_action('admin_notices', 'woothemes_updater_notice');
}
add_action('init', 'remove_wc_helper_notice');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment