ActionScheduler::lock
Get Lock instance.
Method of the class: ActionScheduler{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = ActionScheduler::lock();
ActionScheduler::lock() ActionScheduler::lock code WC 10.3.6
public static function lock() {
return ActionScheduler_Lock::instance();
}