New and updated in 2.8.0
-
functionstart_post_rel_link()
Display relational link for the first post.
-
functionget_index_rel_link()
Get site index relational link.
-
functionindex_rel_link()
Display relational link for the site index.
-
functionget_parent_post_rel_link()
Get parent post relational link.
-
functionparent_post_rel_link()
Display relational link for parent item
-
functionfunky_javascript_callback()
Callback used to change %uXXXX to &#YYY; syntax
-
functionautomatic_feed_links()
Enable/disable automatic general feed link outputting.
-
functionsanitize_url()
Sanitizes a URL for database or redirect usage.
-
hookwp_headers
Filters the HTTP headers before they’re sent to the browser.
-
Filters the ORDER BY clause of the comments feed query before sending.
-
Filters the LIMIT clause of the comments feed query before sending.
-
hookthe_post
Fires once the post data has been set up.
-
Whether the content be decoded based on the headers.
-
Whether decompression and compression are supported by the PHP version.
-
Decompression of deflated string.
-
What encoding types to accept and their priority values.
-
What encoding the content used when it was compressed to send in the headers.
-
classWP_Http_Encoding
Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
-
Compress raw string using the deflate format.
-
Retrieve authentication string for proxy authentication.
-
Retrieve header string for proxy authentication.
-
Determines whether the request should be sent through a proxy.
-
hookhttp_api_curl
Fires before the cURL request is executed.
-
classWP_HTTP_Proxy
Core class used to implement HTTP API proxy support.