File: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php |
Description |
---|---|
BP_REST_Reply_Actions_Endpoint |
Reply Actions endpoints. |
BP_REST_Reply_Actions_Endpoint::__construct() |
Constructor. |
BP_REST_Reply_Actions_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Reply_Actions_Endpoint::action_items() |
Actions on Reply. |
BP_REST_Reply_Actions_Endpoint::action_items_permissions_check() |
Check if a given request has access to list replies. |
bp_rest_reply_action_item_permissions_check |
Filter the reply `action_item` permissions check. |
BP_REST_Reply_Actions_Endpoint::move_item() |
Move a Reply. |
BP_REST_Reply_Actions_Endpoint::move_item_permissions_check() |
Check if a given request has access to move reply. |
BP_REST_Reply_Actions_Endpoint::rest_update_reply_spam() |
Update Reply to be in spam. |
BP_REST_Reply_Actions_Endpoint::rest_update_reply_trash() |
Move reply in trash and untrash. |