wpmu_welcome_user_notification

wpmu_welcome_user_notification

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpmu_welcome_user_notification') is found 1 times:

  • /wp-includes/ms-functions.php line 1845
    1841
    1842
    1843
    1844
    1845
    1846
    1847
    1848
    1849
    1850
    1851
    * @param int    $user_id  User ID.
     * @param string $password User password.
     * @param array  $meta     Signup meta data. Default empty array.
     */
    if ( ! apply_filters( 'wpmu_welcome_user_notification', $user_id, $password, $meta ) ) {
        return false;
    }
     
    $welcome_email = get_site_option( 'welcome_user_email' );
     
    $user = get_userdata( $user_id );