WC_Helper_Compat
in package
WC_Helper_Compat Class
Some level of compatibility with the legacy WooCommerce Helper plugin.
Table of Contents
- admin_menu() : mixed
- Register menu item.
- deactivate_plugin() : mixed
- Attempt to deactivate the legacy helper plugin.
- helper_loaded() : mixed
- Runs during woocommerce_helper_loaded
- load() : mixed
- Loads the class, runs on init.
- migrate_connection() : mixed
- Attempt to migrate a legacy connection to a new one.
- plugin_deactivation_notice() : mixed
- Display admin notice directing the user where to go.
- remove_actions() : mixed
- Remove legacy helper actions (notices, menus, etc.)
- render_compat_menu() : mixed
- Render the legacy helper compat view.
Methods
admin_menu()
Register menu item.
public
static admin_menu() : mixed
Return values
mixed —deactivate_plugin()
Attempt to deactivate the legacy helper plugin.
public
static deactivate_plugin() : mixed
Return values
mixed —helper_loaded()
Runs during woocommerce_helper_loaded
public
static helper_loaded() : mixed
Return values
mixed —load()
Loads the class, runs on init.
public
static load() : mixed
Return values
mixed —migrate_connection()
Attempt to migrate a legacy connection to a new one.
public
static migrate_connection() : mixed
Return values
mixed —plugin_deactivation_notice()
Display admin notice directing the user where to go.
public
static plugin_deactivation_notice() : mixed
Return values
mixed —remove_actions()
Remove legacy helper actions (notices, menus, etc.)
public
static remove_actions() : mixed
Return values
mixed —render_compat_menu()
Render the legacy helper compat view.
public
static render_compat_menu() : mixed