apply_filters( 'bp_rest_groups_get_items_permissions_check', true $value , WP_REST_Request $request )
Filter the groups get_items
permissions check.
Parameters Parameters
- $value
-
(true) True.
- $request
-
(WP_REST_Request) The request sent to the API.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |