WP_Background_Process::delete( string $key )

Delete queue

Description

Parameters

$key

(Required) Key.

Return

($this)

Source

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

132
133
134
135
136
public function delete( $key ) {
    delete_site_option( $key );
 
    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.