WC_Deprecated_Hooks::hook_in()
Method: Hook into the new hook so we can handle deprecated hooks once fired.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:50
Method: Hook into the new hook so we can handle deprecated hooks once fired.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:50
Method: Get old hooks to map to new hook.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:58
Method: If the hook is Deprecated, call the old hooks here.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:68
Method: If the old hook is in-use, trigger it.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:90
Method: Get deprecated version.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:98
Method: Display a deprecated notice for old hooks.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:108
Method: Fire off a legacy hook with it’s args.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:119
Method: Constructor.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:40
Class: WC_Deprecated_Hooks class maps old actions and filters to new ones. This is the base class for handling those deprecated hooks.
Source: includes/abstracts/abstract-wc-deprecated-hooks.php:21