Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-xmlrpc-server.php | do_action | 3864 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $comment_ID | ID of the updated comment. |
array | $args | An array of arguments to update the comment. |