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

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.