File: bp-forums/classes/class-bp-rest-reply-endpoint.php |
Description |
---|---|
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_reply_create_item |
Fires after a reply is created via the REST API. |
BP_REST_Reply_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a reply. |
bp_rest_reply_create_item_permissions_check |
Filter the reply `create_item` permissions check. |