bbp_topic_pagination( mixed $args = '' )
Output pagination links of a topic within the topic loop
Description
Parameters
- $args
-
(Optional) See bbp_get_topic_pagination()
Default value: ''
Source
File: bp-forums/topics/template.php
function bbp_topic_pagination( $args = '' ) { echo bbp_get_topic_pagination( $args ); }
Changelog
Version | Description |
---|---|
bbPress (r2966) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.