WP_Background_Process::unlock_process()

Unlock process


Description

Unlock the process so that other instances can spawn.


Return

($this)


Source

File: classes/library/batch-processing/wp-background-process.php

		protected function unlock_process() {
			delete_site_transient( $this->identifier . '_process_lock' );

			return $this;
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.