apply_filters( 'bp_rest_group_invites_create_item_permissions_check', true|WP_Error $retval, WP_REST_Request $request )

Filter the group invites create_item permissions check.


Parameters Parameters

$retval

(true|WP_Error) Whether the request can continue.

$request

(WP_REST_Request) The request sent to the API.


Source Source

File: bp-groups/classes/class-bp-rest-group-invites-endpoint.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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