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.


Top ↑

Return Return

(true|WP_Error) Whether the current user can list invites.


Top ↑

Source Source

File: bp-templates/bp-nouveau/includes/groups/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
7.2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.