Action hook 'xmlrpc_call_success_wp_editComment'

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

Description

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

Occurrences

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

Parameters

Type Name Description
int $comment_id ID of the updated comment.
array $args An array of arguments to update the comment.

PHP Doc

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