bbp_topic_pagination( array $args = array() )

Output pagination links of a topic within the topic loop


Description Description


Parameters Parameters

$args

(Optional) See bbp_get_topic_pagination()

Default value: array()


Top ↑

Source Source

File: includes/topics/template.php

function bbp_topic_pagination( $args = array() ) {
	echo bbp_get_topic_pagination( $args );
}

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.