Recent

wherego_delete_optionfunction

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

Type Name Description
string $key The Key to delete.

Returns

boolean — True if updated, false if not.