bbp_get_forum_index_pagination_links()
Return forum pagination links
Description
Return
(string) forum pagination links
Source
File: bp-forums/forums/template.php
function bbp_get_forum_index_pagination_links() { $bbp = bbpress(); if ( !isset( $bbp->forum_query->pagination_links ) || empty( $bbp->forum_query->pagination_links ) ) return false; return apply_filters( 'bbp_get_forum_index_pagination_links', $bbp->forum_query->pagination_links ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | 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.