apply_filters( 'bp_get_groups_pagination_count', string $message , string $from_num , string $to_num , string $total )
Filters the “Viewing x-y of z groups” pagination message.
Description Description
Parameters Parameters
- $message
-
"Viewing x-y of z groups" text.
- $from_num
-
Total amount for the low value in the range.
- $to_num
-
Total amount for the high value in the range.
- $total
-
Total amount of groups found.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |