File: bp-forums/classes/class-bp-rest-reply-endpoint.php |
Description |
---|---|
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. |
BP_REST_Reply_Endpoint |
Reply endpoints. |
BP_REST_Reply_Endpoint::update_item() |
Update/Edit a reply. |
BP_REST_Reply_Endpoint::__construct() |
Constructor. |
bp_rest_reply_update_item |
Fires after a reply is edited via the REST API. |