Project Type: WordPress Reference

WP_Http_Curl Class

Core class used to integrate cURL as an HTTP transport. File: wp-includes/class-wp-http-curl.php Since: 2.7.0 Deprecated: 6.4.0 - Use WP_Http instead Overview WP_Http_Curl provides HTTP transport using PHP's cURL extension. Since...

WP_Http_Encoding Class

Core class used to implement deflate and gzip transfer encoding support for HTTP requests. File: wp-includes/class-wp-http-encoding.php Since: 2.8.0 Overview WP_Http_Encoding handles compression and decompression of HTTP request/response bodies. It supports...

WP_HTTP_Proxy Class

Core class used to implement HTTP API proxy support. File: wp-includes/class-wp-http-proxy.php Since: 2.8.0 Overview WP_HTTP_Proxy manages proxy configuration for WordPress HTTP requests. Proxy support is configured via wp-config.php constants and...

WP_HTTP_Requests_Response Class

Core wrapper object for a Requests library response for standardization. File: wp-includes/class-wp-http-requests-response.php Since: 4.6.0 Overview WP_HTTP_Requests_Response extends WP_HTTP_Response and wraps the WpOrgRequestsResponse object from the Requests library. It provides a...

WP_HTTP_Response Class

Core class used to prepare HTTP responses. File: wp-includes/class-wp-http-response.php Since: 4.4.0 Overview WP_HTTP_Response is a simple container class for HTTP response data. It's primarily used in the REST API for...

WP_HTML_Text_Replacement

Data structure for queuing text replacements in an HTML document. Source: wp-includes/html-api/class-wp-html-text-replacement.php Since: 6.2.0 Access: private Overview Represents a text replacement operation: a span of the original document to be...

WP_HTML_Token

Represents a token in the HTML document for tracking in parser stacks. Source: wp-includes/html-api/class-wp-html-token.php Since: 6.4.0 Access: private Properties bookmark_name public $bookmark_name = null; Type: string (source docblock declares @var...

WP_HTML_Unsupported_Exception

Exception thrown when the HTML processor encounters unsupported markup. Source: wp-includes/html-api/class-wp-html-unsupported-exception.php Since: 6.4.0 Since: 6.7.0 Gained contextual debugging information Access: private Extends: Exception Overview The HTML API aims to operate...

Hooks

The HTML API does not define any actions or filters. (Verified: no do_action or apply_filters calls exist in any source file under wp-includes/html-api/.) Source: wp-includes/html-api/ Overview The HTML API is...

WP_HTML_Stack_Event

Record of a stack operation during HTML parsing. Source: wp-includes/html-api/class-wp-html-stack-event.php Since: 6.6.0 Access: private Constants POP const POP = 'pop'; Indicates an element was popped off the stack of open...

← Back to Chubes.net