new_site_email

new_site_email

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('new_site_email') is found 1 times:

  • /wp-includes/ms-functions.php line 1800
    1796
    1797
    1798
    1799
    1800
    1801
    1802
    1803
    1804
    1805
    1806
    * }
     * @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']