File: bp-forums/classes/class-bp-rest-reply-endpoint.php |
Description |
---|---|
BP_REST_Reply_Endpoint::get_reply_revisions() |
Get revisions for reply. |
BP_REST_Reply_Endpoint::prepare_reply_for_database() |
Prepare a single reply for create or update |
bp_rest_replies_get_items |
Fires after a list of replies is fetched via the REST API. |
bp_rest_reply_delete_item |
Fires after a reply is deleted via the REST API. |
BP_REST_Reply_Endpoint::get_items_permissions_check() |
Check if a given request has access to list replies. |
BP_REST_Reply_Endpoint::delete_item_permissions_check() |
Check if a given request has access to delete a reply. |
bp_rest_replies_get_items_permissions_check |
Filter the replies `get_items` permissions check. |
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. |