bp_get_group_requests_pagination_links()
Get pagination links for group membership requests.
Description
Return
(string)
Source
File: bp-groups/bp-groups-template.php
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 | function bp_get_group_requests_pagination_links() { global $requests_template ; /** * Filters pagination links for group membership requests. * * @since BuddyPress 2.0.0 * * @param string $value Pagination links for group membership requests. */ return apply_filters( 'bp_get_group_requests_pagination_links' , $requests_template ->pag_links ); } |
Changelog
Version | Description |
---|---|
BuddyPress 2.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.