wpmu_new_site_admin_notification
wpmu_new_site_admin_notification ( $site_id, $user_id )
Parameters:- (int) site_id Site ID of the new site.
- (int) user_id User ID of the administrator of the new site.
Returns:- (bool) Whether the email notification was sent.
Defined at: - Introduced in WordPress: 5.6.0
- Deprecated in WordPress: —
Description
Notifies the Multisite network administrator that a new site was created.Filter {@see 'send_new_site_email'} to disable or bypass.
Filter {@see 'new_site_email'} to filter the contents.