apply_filters( 'bp_get_group_member_pagination_count', string $value, string $from_num, string $to_num, string $total )

Filters the “Viewing x-y of z members” pagination message.


Parameters Parameters

$value

(string) "Viewing x-y of z members" text.

$from_num

(string) Total amount for the low value in the range.

$to_num

(string) Total amount for the high value in the range.

$total

(string) Total amount of members found.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.