xmlrpc_call_success_wp_editComment, $comment_id, $args
xmlrpc_call_success_wp_editComment, $comment_id, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('xmlrpc_call_success_wp_editComment, $comment_id, $args') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 3891
* * @param int $comment_id ID of the updated comment. * @param array $args An array of arguments to update the comment. */ do_action( 'xmlrpc_call_success_wp_editComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase return true; } /** * Creates a new comment.