wpmu_welcome_notification

wpmu_welcome_notification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8.2

apply_filters('wpmu_welcome_notification') is found 1 times:

  • /wp-includes/ms-functions.php line 1660
    1656
    1657
    1658
    1659
    1660
    1661
    1662
    1663
    1664
    1665
    1666
    * @param string    $password User password, or "N/A" if the user account is not new.
     * @param string    $title    Site title.
     * @param array     $meta     Signup meta data. By default, contains the requested privacy setting and lang_id.
     */
    if ( ! apply_filters( 'wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta ) ) {
        return false;
    }
     
    $user = get_userdata( $user_id );
     
    $switched_locale = switch_to_user_locale( $user_id );