Lines:
1 to 24 of 24
<?php /** * WooCommerce Admin Helper Compat * * @package WooCommerce\Admin\Helper */ if ( ! defined( 'ABSPATH' ) ) { exit; } /* class WC_Helper_Compat */ /* function WC_Helper_Compat::load() – Loads the class, runs on init. */ /* function WC_Helper_Compat::helper_loaded() – Runs during woocommerce_helper_loaded */ /* function WC_Helper_Compat::remove_actions() – Remove legacy helper actions (notices, menus, etc.) */ /* function WC_Helper_Compat::migrate_connection() – Attempt to migrate a legacy connection to a new one. */ /* function WC_Helper_Compat::deactivate_plugin() – Attempt to deactivate the legacy helper plugin. */ /* function WC_Helper_Compat::plugin_deactivation_notice() – Display admin notice directing the user where to go. */ /* function WC_Helper_Compat::admin_menu() – Register menu item. */ /* function WC_Helper_Compat::render_compat_menu() – Render the legacy helper compat view. */ WC_Helper_Compat::load();