bp_get_messages_pagination()
Get the pagination HTML for the current thread loop.
Description Description
Return Return
(string)
Source 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 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 );
}