ActionScheduler_Store_Deprecated::hook()protected staticWC 2.2.6

Add base hooks

Method of the class: ActionScheduler_Store_Deprecated{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = ActionScheduler_Store_Deprecated::hook();

Changelog

Since 2.2.6 Introduced.

ActionScheduler_Store_Deprecated::hook() code WC 8.7.0

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