Action hook 'xmlrpc_call_success_wp_newComment'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 4033

Description

Fires after a new comment has been successfully created via XML-RPC.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 4033

Parameters

Type Name Description
int $comment_id ID of the new comment.
array $args An array of new comment arguments.

PHP Doc

/**
		 * Fires after a new comment has been successfully created via XML-RPC.
		 *
		 * @since 3.4.0
		 *
		 * @param int   $comment_id ID of the new comment.
		 * @param array $args       An array of new comment arguments.
		 */