WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_call_success_wp_newComment

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php do_action 4019 /**
* 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.
*/

Hook Parameters

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