Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: wp_is_auto_update_enabled_for_type() | Checks whether auto-updates are enabled. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::is_disabled() | Whether the entire automatic updater is disabled. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::is_vcs_checkout() | Check for version control checkouts. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_core_update_notification_email() | Notifies an administrator of a core update. |
wp-admin/includes/class-wp-automatic-updater.php: auto_update_{$type} | Filters whether to automatically update core, a plugin, a theme, or a language. |
wp-admin/includes/class-core-upgrader.php: Core_Upgrader::should_update_to_version() | Determines if this WordPress Core version should update to an offered version or not. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/wp-db.php: wpdb::db_version() | Retrieves the MySQL server version. |