bbp_get_forum_pagination_links()
Return pagination links
Description
Return
(string) Pagination links
Source
File: bp-forums/topics/template.php
3186 3187 3188 3189 3190 3191 3192 3193 | 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.