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: ''


Top ↑

Return Return

(boolean) True if removed, false if not.


Top ↑

Source Source

File: includes/admin/settings/register-settings.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.