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:
John Blackbourn
2022-07-12 21:05:16 +00:00
parent 2cc9f73523
commit 5dc1150ea2
2 changed files with 23 additions and 3 deletions

View File

@@ -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.