bp_group_type_add_request_filter()
Adds a filter to group type sort items.
Description
Source
File: bp-groups/bp-groups-admin.php
function bp_group_type_add_request_filter() {
add_filter( 'request', 'bp_group_type_sort_items' );
}
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.