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