ActionScheduler::__clone()
Method of the class: ActionScheduler{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler = new ActionScheduler(); $ActionScheduler->__clone();
ActionScheduler::__clone() ActionScheduler:: clone code WC 9.3.3
final public function __clone() { trigger_error("Singleton. No cloning allowed!", E_USER_ERROR); }