[buddypress-trac] [BuddyPress Trac] #7597: No way to disable the email notification to the site admin of a new user registration
buddypress-trac
noreply at wordpress.org
Fri Sep 15 16:43:11 UTC 2017
#7597: No way to disable the email notification to the site admin of a new user
registration
----------------------------+----------------------
Reporter: antonioeatgoat | Owner:
Type: enhancement | Status: closed
Priority: low | Milestone:
Component: Registration | Version:
Severity: normal | Resolution: invalid
Keywords: |
----------------------------+----------------------
Changes (by r-a-y):
* keywords: has-patch =>
* status: new => closed
* resolution: => invalid
* severity: major => normal
* milestone: Awaiting Review =>
Comment:
This is a WordPress issue.
If you want to disable the WP new user registration email, then add the
following to a new file - `wp-content/mu-plugins/disable-new-user-
email.php`:
{{{#!php
<?php
function wp_new_user_notification() {}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7597#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list