File: bp-members/classes/class-bp-rest-members-actions-endpoint.php
Description
BP_REST_Members_Actions_Endpoint::__construct()

Constructor.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:32

BP_REST_Members_Actions_Endpoint::register_routes()

Register the component routes.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:43

bp_rest_members_action_enum_args

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:56

BP_REST_Members_Actions_Endpoint::update_item()

Checks if a given request has access create members.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:87

bp_rest_members_action_query_args

Filter the query arguments for the request.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:108

bp_rest_members_action_update_item

Fires after a Member action is updated via the REST API.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:151

BP_REST_Members_Actions_Endpoint::update_item_permissions_check()

Check if a given request has access to update a member.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:165

bp_rest_members_action_update_item_permissions_check

Filter the members `update_item` permissions check.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:197

BP_REST_Members_Actions_Endpoint::get_item_schema()

Get the members action schema, conforming to JSON Schema.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:206

bp_rest_members_action_schema

Filters the members action schema.

Source: bp-members/classes/class-bp-rest-members-actions-endpoint.php:333