wpcom_json_api_output, $this->stat
wpcom_json_api_output, $this->stat
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('wpcom_json_api_output, $this->stat') is found 1 times:
- /class.json-api-endpoints.php line 2782
return new WP_Error( 'response_signature_error' ); } /** This action is documented in class.json-api.php */ do_action( 'wpcom_json_api_output', $this->stat ); $response = call_user_func_array( array( $this, 'callback' ), array_values( array( $this->path, $blog_id ) + $request->get_url_params() ) );