apply_filters( 'bp_get_blogs_pagination_count', string $message, string $from_num, string $to_num, string $total )

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


Description Description


Parameters Parameters

$message

"Viewing x-y of z blogs" 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 blogs found.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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