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