File: bp-members/classes/class-bp-rest-members-actions-endpoint.php |
Description |
|---|---|
| BP_REST_Members_Actions_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a member. |
| bp_rest_members_action_update_item_permissions_check |
Filter the members `update_item` permissions check. |
| BP_REST_Members_Actions_Endpoint::get_item_schema() |
Get the members action schema, conforming to JSON Schema. |
| bp_rest_members_action_schema |
Filters the members action schema. |
| BP_REST_Members_Actions_Endpoint::bp_rest_follow_is_following() |
Check member is following or not. |
| BP_REST_Members_Actions_Endpoint::bp_rest_follow_start_following() |
Start Following the member. |
| BP_REST_Members_Actions_Endpoint::bp_rest_follow_stop_following() |
Stop Following the member. |
| BP_REST_Members_Actions_Endpoint |
BuddyPress Members Actions endpoints. |
| BP_REST_Members_Actions_Endpoint::__construct() |
Constructor. |
| BP_REST_Members_Actions_Endpoint::register_routes() |
Register the component routes. |