Turns a single date clause into pieces for a WHERE clause.
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.
Advertisement
WP_Date_Query::get_sql
Generate WHERE clause to be appended to a main query.
WP_Http::handle_redirects
Handles an HTTP redirect and follows it if appropriate.
WP_Http::is_ip_address
Determines if a specified string represents an IP address or not.
WP_Automatic_Updater::is_vcs_checkout
Check for version control checkouts.
Advertisement
WP_Automatic_Updater::should_update
Tests to see if we can and should update a specific item.
WP_Automatic_Updater::send_core_update_notification_email
Notifies an administrator of a core update.
WP_Automatic_Updater::update
Update an item, if appropriate.
WP_Automatic_Updater::run
Kicks off the background update process, looping through all pending updates.
Advertisement
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.
WP_Automatic_Updater::send_email
Sends an email upon the completion or failure of a background core update.
WP_Automatic_Updater::send_debug_email
Prepares and sends an email of a full log of background update results, useful for debugging and geekery.