Verifies the received SSL certificate against its Common Names and subjectAltName fields.
WP_Http_Streams::test
Determines whether this class can be used for retrieving a URL.
WP_Http_Streams::request
Send a HTTP request to a URI using PHP Streams.
WP_Date_Query::build_time_query
Builds a query string for comparing time values (hour, minute, second).
Advertisement
WP_Date_Query::__construct
Constructor.
WP_Date_Query::get_compare
Determines and validates what comparison operator to use.
WP_Date_Query::validate_column
Validates a column name parameter.
WP_Date_Query::get_sql
Generate WHERE clause to be appended to a main query.
Advertisement
WP_Date_Query::get_sql_for_subquery
Turns a single date clause into pieces for a WHERE clause.
WP_Date_Query::build_value
Builds and validates a value string based on the comparison operator.
WP_Date_Query::build_mysql_datetime
Builds a MySQL format date/time based on some query parameters.
WP_Http::handle_redirects
Handles an HTTP redirect and follows it if appropriate.
Advertisement
WP_Http::is_ip_address
Determines if a specified string represents an IP address or not.
WP_Automatic_Updater::run
Kicks off the background update process, looping through all pending updates.
WP_Automatic_Updater::after_core_update
If we tried to perform a core update, check if we should send an email, and if we need to avoid processing future updates.