Skip to content

Instantly share code, notes, and snippets.

@klhall1987
Created February 16, 2016 15:22
Show Gist options
  • Save klhall1987/cf3f18850036b3a5df0c to your computer and use it in GitHub Desktop.
Save klhall1987/cf3f18850036b3a5df0c to your computer and use it in GitHub Desktop.
<?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