wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_call_success_wp_newcomment › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( 'xmlrpc_call_success_wp_newComment', $comment_id, $args )
Parameter: (2)
  • () comment_id ID of the new comment.
    Erforderlich: Ja
  • () args An array of new comment arguments.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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