Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action('init', '__custom_init');
- function __custom_init()
- {
- global $wph;
- if ( is_object( $wph ) )
- remove_action( 'shutdown', array( 'WPH_module_admin_new_wp_login_php', 'new_url_email_notice' ) );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement