ActionScheduler::__clone
Clone.
Method of the class: ActionScheduler{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$ActionScheduler = new ActionScheduler(); $ActionScheduler->__clone();
ActionScheduler::__clone() ActionScheduler:: clone code WC 9.9.5
final public function __clone() { trigger_error( 'Singleton. No cloning allowed!', E_USER_ERROR ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error }