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();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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