WP_Background_Process::unlock_process()

Unlock process

Description

Unlock the process so that other instances can spawn.

Return

($this)

Source

File: bp-core/libraries/wp-background-process.php

252
253
254
255
256
protected function unlock_process() {
    delete_site_transient( $this->identifier . '_process_lock' );
 
    return $this;
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.