wpmu_welcome_notification

wpmu_welcome_notification

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_welcome_notification') is found 1 times:

  • /wp-includes/ms-functions.php line 1614
    	 * @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 );