New and updated in 3.7.0
-
Handles an HTTP redirect and follows it if appropriate.
-
methodWP_Http::is_ip_address()
Determines if a specified string represents an IP address or not.
-
classWP_Http_Streams
Core class used to integrate PHP Streams as an HTTP transport.
-
Send a HTTP request to a URI using PHP Streams.
-
Verifies the received SSL certificate against its Common Names and subjectAltName fields.
-
Filters which HTTP transports are available and in what order.
-
functionmbstring_binary_safe_encoding()
Sets the mbstring internal encoding to a binary safe encoding when func_overload is enabled.
-
functionreset_mbstring_encoding()
Resets the mbstring internal encoding to a users previously set encoding.
-
function__return_empty_string()
Returns an empty string.
-
functionis_main_network()
Determines whether a network is the main network of the Multisite installation.
-
functionwp_extract_urls()
Uses RegEx to extract URLs from arbitrary content.
-
Removes an already registered taxonomy from an object type.
-
functionget_adjacent_post_link()
Retrieves the adjacent post link.
-
functionget_previous_post_link()
Retrieves the previous post link that is adjacent to the current post.
-
functionget_next_post_link()
Retrieves the next post link that is adjacent to the current post.
-
Filters the locales requested for plugin translations.
-
Filters the locales requested for theme translations.
-
functionwp_maybe_auto_update()
Performs WordPress automatic background updates.
-
functionwp_get_translation_updates()
Retrieves a list of all language updates available.
-
Builds a MySQL format date/time based on some query parameters.
-
Builds a query string for comparing time values (hour, minute, second).
-
Builds and validates a value string based on the comparison operator.
-
classWP_Date_Query
Class for generating SQL clauses that filter a primary query according to date.
-
Constructor.
-
Determines and validates what comparison operator to use.
-
Validates a column name parameter.
-
Filters the list of valid date query columns.
-
methodWP_Date_Query::get_sql()
Generates WHERE clause to be appended to a main query.
-
hookget_date_sql
Filters the date query WHERE clause.
-
Turns a single date clause into pieces for a WHERE clause.