Snippets

Visser Labs Disable Lost/Changed Password e-mails going to Administrators

Created by Michael Visser
<?php

// Disable the Lost/Changed Password e-mail notifications in WordPress
if( !function_exists( 'wp_password_change_notification' ) ) {

	function wp_password_change_notification() {}

}

?>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.