Viewing 1 replies (of 1 total)
  • Plugin Author NateJacobs

    (@natejacobs)

    Add this code to your functions.php file or in a plugin to silence the admin emails on user registrations.

    add_filter('uae_admin_email', 'lehenryjr_stop_uae_register_admin_email');
    function lehenryjr_stop_uae_register_admin_email($admin_email) {
        return false;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Admin notices of new user accounts’ is closed to new replies.