Lines: 1 to 14 of 14
<?php /* class Jetpack_Client */ /* function Jetpack_Client::remote_request() – Makes an authorized remote request using Jetpack_Signature */ /* function Jetpack_Client::_wp_remote_request() – Wrapper for wp_remote_request(). Turns off SSL verification for certain SSL errors. */ /* function Jetpack_Client::set_time_diff() – SSL verification (`sslverify`) for the JetpackClient remote request defaults to off, use this filter to force it on. */ /* function Jetpack_Client::wpcom_json_api_request_as_user() – Queries the WordPress.com REST API with a user token. */ /* function Jetpack_Client::wpcom_json_api_request_as_blog() – Query the WordPress.com REST API using the blog token */ /* function Jetpack_Client::_stringify_data() – Takes an array or similar structure and recursively turns all values into strings. This is used to make sure that body hashes are made ith the string version, which is what will be seen after a server pulls up the data in the $_POST array. */ /* function Jetpack_Client::protocol() – Gets protocol string. */