ActionScheduler_Store_Deprecated::unhook() protected WC 2.2.6
Remove base hooks
{} It's a method of the class: ActionScheduler_Store_Deprecated{}
No Hooks.
Return
Null. Nothing.
Usage
$result = ActionScheduler_Store_Deprecated::unhook();
Changelog
Since 2.2.6 | Introduced. |
Code of ActionScheduler_Store_Deprecated::unhook() ActionScheduler Store Deprecated::unhook WC 5.0.0
protected static function unhook() {
_deprecated_function( __METHOD__, '3.0.0' );
}