wpseek.com
A WordPress-centric search engine for devs and theme authors



xmlrpc_call_success_wp_newcomment › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( 'xmlrpc_call_success_wp_newComment', $comment_id, $args )
Parameters: (2)
  • () comment_id ID of the new comment.
    Required: Yes
  • () args An array of new comment arguments.
    Required: Yes
Defined at:
Codex:

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





Source

do_action( 'xmlrpc_call_success_wp_newComment', $comment_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase