New and updated in 2.7.0
-
hookget_search_form
Filters the HTML output of the search form.
-
functionwp_logout_url()
Retrieves the logout URL.
-
functionwp_login_url()
Retrieves the login URL.
-
functiondefault_topic_count_text()
Old callback for tag link tooltips.
-
functionget_search_form()
Displays search form.
-
Fires before the search form is retrieved, at the start of get_search_form().
-
functionsticky_class()
Display “sticky” CSS class, if a post is sticky.
-
function_nc()
Legacy version of _n(), which supports contexts.
-
functionvalid_unicode()
Determines if a Unicode codepoint is valid.
-
hookthe_preview
Filters the single post for preview mode.
-
Filters the taxonomy used to retrieve terms when calling get_categories().
-
functionwp_clone()
Clones an object.
-
methodWP_Http_Curl::test()
Determines whether this class can be used for retrieving a URL.
-
Filters whether cURL can be used as a transport for retrieving a URL.
-
Filters whether streams can be used as a transport for retrieving a URL.
-
classWP_HTTP_Fsockopen
Deprecated HTTP Transport method which used fsockopen.
-
classWP_Http_Curl
Core class used to integrate Curl as an HTTP transport.
-
methodWP_Http_Curl::request()
Send a HTTP request to a URI using cURL extension.
-
classWP_Http_Streams
Core class used to integrate PHP Streams as an HTTP transport.
-
Send a HTTP request to a URI using PHP Streams.
-
methodWP_Http_Streams::test()
Determines whether this class can be used for retrieving a URL.
-
Filters the user agent value sent with an HTTP request.
-
Filters the arguments used in an HTTP request.
-
methodWP_Http::post()
Uses the POST HTTP method.
-
methodWP_Http::get()
Uses the GET HTTP method.
-
methodWP_Http::head()
Uses the HEAD HTTP method.
-
Parses the responses and splits the parts into headers and body.
-
Transforms header string into an array.
-
Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.