Fires after a comment has been successfully deleted via XML-RPC.
$comment_idint$argsarraywp-includes/class-wp-xmlrpc-server.php:3766wp_xmlrpc_server::wp_deleteComment() * * @since 3.4.0 * * @param int $comment_id ID of the deleted comment. * @param array $args An array of arguments to delete the comment. */ do_action( 'xmlrpc_call_success_wp_deleteComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase } return $status; } /**Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.