new_site_email

new_site_email

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('new_site_email') is found 1 times:

  • /wp-includes/ms-functions.php line 1800
    	 * }
    	 * @param WP_Site $site         Site object of the new site.
    	 * @param WP_User $user         User object of the administrator of the new site.
    	 */
    	$new_site_email = apply_filters( 'new_site_email', $new_site_email, $site, $user );
    
    	wp_mail(
    		$new_site_email['to'],
    		wp_specialchars_decode( $new_site_email['subject'] ),
    		$new_site_email['message'],
    		$new_site_email['headers']