bbp_get_forum_index_pagination_links()
Return forum pagination links
Description
Return
(string) forum pagination links
Source
File: bp-forums/forums/template.php
933 934 935 936 937 938 939 940 | 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.