Uses
Uses | Description |
---|---|
wp-includes/class-wp-http-requests-hooks.php: WP_HTTP_Requests_Hooks::__construct() | Constructor. |
wp-includes/class-requests.php: Requests::request() | Main interface for HTTP requests |
wp-includes/Requests/Proxy/HTTP.php: Requests_Proxy_HTTP::__construct() | Constructor |
wp-includes/class-wp-http-requests-response.php: WP_HTTP_Requests_Response::__construct() | Constructor. |
wp-includes/class-http.php: WP_Http::normalize_cookies() | Normalizes cookies for using in Requests. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/kses.php: wp_kses_bad_protocol() | Sanitizes a string and removed disallowed URL protocols. |
wp-includes/class-http.php: WP_Http::block_request() | Determines whether an HTTP API request to the given URL should be blocked. |
wp-includes/class-http.php: https_ssl_verify | Filters whether SSL should be verified for non-local requests. |
wp-includes/class-http.php: WP_Http::processHeaders() | Transforms header string into an array. |
wp-includes/class-http.php: http_headers_useragent | Filters the user agent value sent with an HTTP request. |
wp-includes/class-http.php: http_request_reject_unsafe_urls | Filters whether to pass URLs through wp_http_validate_url() in an HTTP request. |
wp-includes/class-http.php: http_request_args | Filters the arguments used in an HTTP request. |
wp-includes/class-http.php: pre_http_request | Filters the preemptive return value of an HTTP request. |
wp-includes/class-http.php: http_api_debug | Fires after an HTTP API response is received and before the response is returned. |
wp-includes/class-http.php: http_response | Filters the HTTP API response immediately before the response is returned. |
wp-includes/functions.php: reset_mbstring_encoding() | Reset the mbstring internal encoding to a users previously set encoding. |
wp-includes/functions.php: mbstring_binary_safe_encoding() | Set the mbstring internal encoding to a binary safe encoding when func_overload is enabled. |
wp-includes/class-http.php: http_request_timeout | Filters the timeout value for an HTTP request. |
wp-includes/class-http.php: http_request_redirection_count | Filters the number of redirects allowed during an HTTP request. |
wp-includes/class-http.php: http_request_version | Filters the version of the HTTP protocol used in a request. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: get_temp_dir() | Determine a writable directory for temporary files. |
wp-includes/functions.php: wp_is_writable() | Determine if a directory is writable. |
wp-includes/http.php: wp_http_validate_url() | Validate a URL for safe use in the HTTP API. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |