Recent

wherego_delete_option function

wherego_delete_option()

Remove an option.

Removes a setting value in both the db and the static variable.

Since: 2.1.0
Source: includes/options-api.php line 104

Signature

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

Parameters

TypeNameDescription
string$keyThe Key to delete.

Returns

boolean — True if updated, false if not.