rest_delete_comment – action
Fires after a comment is deleted via the REST API.
Parameters
- .
- ( 4.7.0 ) . .
- ( WP_Comment ) $comment The deleted comment data. . . .
- $response
- ( WP_REST_Response ) The response returned from the API. . . .
- ( WP_REST_Request ) $request The request sent to the API. . . .