Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created January 16, 2019 06:11
Show Gist options
  • Save ibndawood/61222bfe3bef478b8f337545be9ebcd6 to your computer and use it in GitHub Desktop.
Save ibndawood/61222bfe3bef478b8f337545be9ebcd6 to your computer and use it in GitHub Desktop.
Electro - Remove TGMPA notification
add_action( 'init', 'ec_child_remove_tgmpa_notification' );
function ec_child_remove_tgmpa_notification() {
remove_action( 'tgmpa_register', 'electro_register_required_plugins', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment