Created
December 16, 2015 21:45
-
-
Save kjohnson/5385e489ebfe768d1fe7 to your computer and use it in GitHub Desktop.
Disable New User Registration Email in WordPress 4.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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