Users: Allow conditional supression of the email notifications that are sent when a new user account is registered.
This introduces the following new filters: * `wp_send_new_user_notification_to_admin` * `wp_send_new_user_notification_to_user` Props janthiel, costdev, audrasjb, peterwilsoncc Fixes #54874 Built from https://develop.svn.wordpress.org/trunk@53698 git-svn-id: http://core.svn.wordpress.org/trunk@53257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53692';
|
||||
$wp_version = '6.1-alpha-53698';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user