Lines: 1 to 21 of 21
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } /* class WC_Helper_Updater */ /* function WC_Helper_Updater::load() – Loads the class, runs on init. */ /* function WC_Helper_Updater::transient_update_plugins() – Runs in a cron thread, or in a visitor thread if triggered by _maybe_update_plugins(), or in an auto-update thread. */ /* function WC_Helper_Updater::transient_update_themes() – Runs on pre_set_site_transient_update_themes, provides custom packages for WooCommerce.com-hosted extensions. */ /* function WC_Helper_Updater::get_update_data() – Get update data for all extensions. */ /* function WC_Helper_Updater::_update_check() – Run an update check API call. */ /* function WC_Helper_Updater::_has_active_subscription() – Check for an active subscription. */ /* function WC_Helper_Updater::get_updates_count */ /* function WC_Helper_Updater::get_updates_count_html */ /* function WC_Helper_Updater::flush_updates_cache() – Flushes cached update data. */ /* function WC_Helper_Updater::upgrader_process_complete */ WC_Helper_Updater::load();