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