Created
January 16, 2019 06:11
-
-
Save ibndawood/61222bfe3bef478b8f337545be9ebcd6 to your computer and use it in GitHub Desktop.
Electro - Remove TGMPA 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
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