bbp_get_user_nicenames_from_ids

bbp_get_user_nicenames_from_ids

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_user_nicenames_from_ids') is found 1 times:

  • /includes/users/functions.php line 622
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
            }
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_user_nicenames_from_ids', $retval, $user_ids );
    }
     
    /** Post Counts ***************************************************************/
     
    /**
     * Return the raw database count of topics by a user