xmlrpc_call, wp.getCommentStatusList, $args, $this
xmlrpc_call, wp.getCommentStatusList, $args, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('xmlrpc_call, wp.getCommentStatusList, $args, $this') is found 1 times:
- /wp-includes/class-wp-xmlrpc-server.php line 4081
return new IXR_Error( 403, __( 'Sorry, you are not allowed to access details about this site.' ) ); } /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ do_action( 'xmlrpc_call', 'wp.getCommentStatusList', $args, $this ); return get_comment_statuses(); } /** * Retrieves comment counts.