Skip to content

Instantly share code, notes, and snippets.

@jb510
Created February 9, 2013 09:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jb510/4744649 to your computer and use it in GitHub Desktop.
Save jb510/4744649 to your computer and use it in GitHub Desktop.
if ( ! function_exists( 'wp_new_user_notification' ) ) :
function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
return
}
endif;
@blahblahyaya
Copy link

this code doesn't work in functions.php on WP 3.9.2. I get an 'unexpected }' in line xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment