ActionScheduler_Store_Deprecated::unhook()protected staticWC 2.2.6

Remove base hooks

Method of the class: ActionScheduler_Store_Deprecated{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = ActionScheduler_Store_Deprecated::unhook();

Changelog

Since 2.2.6 Introduced.

ActionScheduler_Store_Deprecated::unhook() code WC 8.7.0

protected static function unhook() {
	_deprecated_function( __METHOD__, '3.0.0' );
}