WP_Background_Process::delete( string $key )

Delete queue


Description Description


Parameters Parameters

$key

(Required) Key.


Top ↑

Return Return

($this)


Top ↑

Source Source

File: includes/libraries/wp-background-process.php

	public function delete( $key ) {
		delete_site_option( $key );

		return $this;
	}


Top ↑

User Contributed Notes User Contributed Notes

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