Recent

wzlw_delete_optionfunction

wzlw_delete_option()

Remove an option

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

Since: 1.0.0
Source: includes/options-api.php line 73

Signature

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

Parameters

Type Name Description
string $key The Key to update.

Returns

boolean — True if updated, false if not.