bbp_get_forum_pagination_links()
Return pagination links
Description
Return
(string) Pagination links
Source
File: bp-forums/topics/template.php
function bbp_get_forum_pagination_links() {
$bbp = bbpress();
if ( empty( $bbp->topic_query ) )
return false;
return apply_filters( 'bbp_get_forum_pagination_links', $bbp->topic_query->pagination_links );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2519) | 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.