File: bp-forums/classes/class-bp-rest-reply-endpoint.php |
Description |
---|---|
BP_REST_Reply_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Reply_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a reply. |
BP_REST_Reply_Endpoint::get_items() |
Retrieve Replies. |
bp_rest_reply_update_item_permissions_check |
Filter the reply `update_item` permissions check. |
bp_rest_reply_get_items_query_args |
Filter the query arguments for the request. |
BP_REST_Reply_Endpoint::delete_item() |
Delete a reply. |
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_forums_prepare_value |
Filter a component value returned from the API. |