bp_get_group_member_pagination()

Get HTML group member pagination.

Description

Return

(mixed|void)

Source

File: bp-groups/bp-groups-template.php

5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
function bp_get_group_member_pagination() {
    global $members_template;
 
    /**
     * Filters the HTML markup to be used for group member listing pagination.
     *
     * @since BuddyPress 1.0.0
     *
     * @param string $pag_links HTML markup for the pagination.
     */
    return apply_filters( 'bp_get_group_member_pagination', $members_template->pag_links );
}

Changelog

Changelog
Version Description
BuddyPress 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.