Created
February 16, 2016 15:22
-
-
Save klhall1987/cf3f18850036b3a5df0c to your computer and use it in GitHub Desktop.
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
<?php if ( ! defined( 'ABSPATH' ) ) exit; | |
/* | |
Plugin Name: Stop Password Authentication Email | |
Description: Stops the password authentication email from being sent out when a new user registers. | |
Version: 1.0 | |
Author: Kenny Hall | |
Author URI: http://kennyinthewild.com | |
*/ | |
add_filter('send_password_change_email', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment