bbp_forum_pagination_count()
Output the pagination count
Description Description
The results are unescaped by design, to allow them to be filtered freely via the ‘bbp_get_forum_pagination_count’ filter.
Source Source
File: includes/topics/template.php
function bbp_forum_pagination_count() {
echo bbp_get_forum_pagination_count();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |