On this page
apply_filters( 'send_new_site_email', bool $send, WP_Site $site, WP_User $user )
Filters whether to send an email to the Multisite network administrator when a new site is created.
Description
Return false to disable sending the email.
Parameters
Source
File: wp-includes/ms-functions.php. View all references
if ( ! apply_filters( 'send_new_site_email', true, $site, $user ) ) {
Related
Used By
| Used By | Description |
|---|---|
| wpmu_new_site_admin_notification() wp-includes/ms-functions.php | Notifies the Multisite network administrator that a new site was created. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/send_new_site_email