bp_get_notifications_pagination_links()

Return the pagination links for the current notification loop.

Description

Return

(string) HTML for the pagination links.

Source

File: bp-notifications/bp-notifications-template.php

969
970
971
972
973
974
975
976
977
978
979
function bp_get_notifications_pagination_links() {
 
    /**
     * Filters the pagination links for the current notification loop.
     *
     * @since BuddyPress 1.9.0
     *
     * @param string $pag_links HTML for the pagination links.
     */
    return apply_filters( 'bp_get_notifications_pagination_links', buddypress()->notifications->query_loop->pag_links );
}

Changelog

Changelog
Version Description
BuddyPress 1.9.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.