Guest User

Untitled

a guest
Jan 16th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_action( 'init', 'ec_child_remove_tgmpa_notification' );
  2.  
  3. function ec_child_remove_tgmpa_notification() {
  4. remove_action( 'tgmpa_register', 'electro_register_required_plugins', 10 );
  5. }
Add Comment
Please, Sign In to add comment