send_new_site_email – filter

Filters whether to send an email to the Multisite network administrator when a new site is created. Return false to disable sending the email.

Parameters

.
( 5.6.0 ) . .
( bool ) $send Whether to send the email. . . .
$site
( WP_Site ) Site object of the new site. . . .
$user
( WP_User ) User object of the administrator of the new site. . . .
API Letters: ,,

Implementers