yanknudtskov
4/22/2016 - 4:12 PM

Disable Password Changed Notifications in WordPress

Disable Password Changed Notifications in WordPress

<?php

if ( !function_exists( 'wp_password_change_notification' ) ) {
  function wp_password_change_notification() { }
}