Advertisement
nshelper

Untitled

Jun 30th, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2.  
  3.     add_action('init', '__custom_init');
  4.     function __custom_init()
  5.         {
  6.             global $wph;
  7.            
  8.             if ( is_object( $wph ) )    
  9.                 remove_action( 'shutdown', array( 'WPH_module_admin_new_wp_login_php', 'new_url_email_notice' ) );    
  10.  
  11.         }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement