Recent

bsearch_delete_option function

bsearch_delete_option()

Remove an option

Removes an bsearch setting value in both the db and the global variable.

Since: 2.2.0
Source: includes/options-api.php line 195

Signature

function bsearch_delete_option( $key = ... ): boolean;

Parameters

TypeNameDescription
string$keyThe Key to update.

Returns

boolean — True if updated, false if not.