xmlrpc_call, wp.getComment, $args, $this
xmlrpc_call, wp.getComment, $args, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('xmlrpc_call, wp.getComment, $args, $this') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 3618
return $this->error; } /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ do_action( 'xmlrpc_call', 'wp.getComment', $args, $this ); $comment = get_comment( $comment_id ); if ( ! $comment ) { return new IXR_Error( 404, __( 'Invalid comment ID.' ) ); }