Description
Fires after a comment has been successfully deleted via XML-RPC.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 3766 |
Parameters
Type | Name | Description |
---|---|---|
int | $comment_id | ID of the deleted comment. |
array | $args | An array of arguments to delete the comment. |
PHP Doc
/**
* Fires after a comment has been successfully deleted via XML-RPC.
*
* @since 3.4.0
*
* @param int $comment_id ID of the deleted comment.
* @param array $args An array of arguments to delete the comment.
*/