WP_Background_Process::unlock_process()
Unlock process
Description Description
Unlock the process so that other instances can spawn.
Return Return
($this)
Source Source
File: vendor/deliciousbrains/wp-background-processing/classes/wp-background-process.php
protected function unlock_process() { delete_site_transient( $this->identifier . '_process_lock' ); return $this; }
Expand full source code Collapse full source code View on GitHub