wzio_delete_option()
Remove an option.
Since: 1.0.0
Source: includes/options-api.php line 63
Signature
function wzio_delete_option( $key = ... ): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
string |
$key |
The Key to update. |
Returns
boolean — True if updated, false if not.