File: bp-forums/classes/class-bp-rest-reply-endpoint.php |
Description |
|---|---|
| bp_rest_reply_delete_item_permissions_check |
Filter the reply `delete_item` permissions check. |
| BP_REST_Reply_Endpoint::get_item() |
Retrieve a single reply. |
| BP_REST_Reply_Endpoint::get_endpoint_args_for_item_schema() |
Edit some arguments for the endpoint’s CREATABLE, EDITABLE and DELETABLE methods. |
| bp_rest_reply_get_item |
Fires after a list of reply is fetched via the REST API. |
| bp_rest_reply_{$key}_query_arguments |
Filters the method query arguments. |
| BP_REST_Reply_Endpoint::get_item_permissions_check() |
Check if a given request has access to list reply. |
| bp_rest_reply_get_item_permissions_check |
Filter the reply `get_item` permissions check. |
| BP_REST_Reply_Endpoint::create_item() |
Create a reply. |
| bp_rest_forums_prepare_value |
Filter a component value returned from the API. |