bp_get_folder_pagination_links()
Return the folder pagination links.
Description
Return
(string) The pagination links.
Source
File: bp-document/bp-document-template.php
function bp_get_folder_pagination_links() {
global $document_folder_template;
/**
* Filters the folder pagination link output.
*
* @since BuddyBoss 1.4.0
*
* @param string $pag_links Output for the document folder pagination links.
*/
return apply_filters( 'bp_get_folder_pagination_links', $document_folder_template->pag_links );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.4.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.