bp_get_messages_pagination()
Get the pagination HTML for the current thread loop.
Description
Return
(string)
Source
File: bp-messages/bp-messages-template.php
function bp_get_messages_pagination() { global $messages_template; /** * Filters the pagination HTML for the current thread loop. * * @since BuddyPress 1.0.0 * * @param int $pag_links Pagination HTML for the current thread loop. */ return apply_filters( 'bp_get_messages_pagination', $messages_template->pag_links ); }
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.