edd_delete_option( string $key = '' )
Remove an option
Description Description
Removes an edd setting value in both the db and the global variable.
Parameters Parameters
- $key
-
(Optional) The Key to delete
Default value: ''
Return Return
(boolean) True if removed, false if not.
Source Source
File: includes/admin/settings/register-settings.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |