wpmu_signup_blog_notification_email

wpmu_signup_blog_notification_email

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('wpmu_signup_blog_notification_email') is found 1 times:

  • /wp-includes/ms-functions.php line 891
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    * @param string $user_email User email address.
     * @param string $key        Activation key created in wpmu_signup_blog().
     * @param array  $meta       Signup meta data. By default, contains the requested privacy setting and lang_id.
     */
    apply_filters( 'wpmu_signup_blog_notification_email',
        __( "To activate your blog, please click the following link:\n\n%s\n\nAfter you activate, you will receive *another email* with your login.\n\nAfter you activate, you can visit your site here:\n\n%s" ),
        $domain, $path, $title, $user_login, $user_email, $key, $meta
    ),
    $activate_url,
    esc_url( "http://{$domain}{$path}" ),
    $key