WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_call_success_wp_deleteComment

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php do_action 3752 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $comment_ID ID of the deleted comment.
array $args An array of arguments to delete the comment.