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