Checks to see if editor supports the mime-type specified.
WP_Image_Editor_GD::test
Checks to see if current environment supports GD.
WP_Image_Editor_GD::__destruct
WP_Http_Streams::test
Determines whether this class can be used for retrieving a URL.
Advertisement
WP_Http_Streams::verify_ssl_certificate
Verifies the received SSL certificate against its Common Names and subjectAltName fields.
WP_Http_Streams::request
Send a HTTP request to a URI using PHP Streams.
WP_HTTP_Response::jsonSerialize
Retrieves the response data for JSON serialization.
WP_HTTP_Response::set_data
Sets the response data.
Advertisement
WP_HTTP_Response::get_data
Retrieves the response data.
WP_HTTP_Response::set_status
Sets the 3-digit HTTP status code.
WP_HTTP_Response::get_status
Retrieves the HTTP return code for the response.
WP_HTTP_Response::header
Sets a single HTTP header.
Advertisement
WP_HTTP_Response::set_headers
Sets all header values.
WP_HTTP_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Response::__construct
Constructor.