bp_nouveau_rest_group_invites_get_items_permissions_check( true|WP_Error $retval, WP_REST_Request $request )
Makes sure the Nouveau specific behavior about Group invites visibility is applied to the REST API.
Description Description
Parameters Parameters
- $retval
-
(Required) Whether the current user can list invites.
- $request
-
(Required) The request sent to the API.
Return Return
(true|WP_Error) Whether the current user can list invites.
Source Source
File: bp-templates/bp-nouveau/includes/groups/functions.php
Changelog Changelog
Version | Description |
---|---|
7.2.1 | Introduced. |