Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Created December 16, 2015 21:45
Show Gist options
  • Select an option

  • Save kjohnson/5385e489ebfe768d1fe7 to your computer and use it in GitHub Desktop.

Select an option

Save kjohnson/5385e489ebfe768d1fe7 to your computer and use it in GitHub Desktop.
Disable New User Registration Email in WordPress 4.3
// Fix New User Email Send
if ( !function_exists('wp_new_user_notification') ) :
function wp_new_user_notification( $user_id, $notify = '' ) { }
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment