do_action( 'xmlrpc_call_success_wp_deleteComment', int $comment_id , array $args )
Fires after a comment has been successfully deleted via XML-RPC.
Parameters
- $comment_id
-
ID of the deleted comment.
- $args
-
An array of arguments to delete the comment.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |