wpmu_welcome_user_notification

wpmu_welcome_user_notification

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_welcome_user_notification') is found 1 times:

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