wzio_update_option()
Update an option.
Since: 1.0.0
Source: includes/options-api.php line 51
Signature
function wzio_update_option( $key = ..., $value = ... ): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
string |
$key |
The Key to update. |
string|bool|int |
$value |
The value to set the key to. |
Returns
boolean — True if updated, false if not.