send_new_site_email WordPress Filter Hook
The send_new_site_email hook allows you to send an email to a new site owner when their site is created. This hook is useful for sending welcome messages or notifications about new sites.
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
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |