Description
Fires after an option has been deleted.
Occurrences
Filename | Line Number |
---|---|
wp-includes/option.php | 1242 |
Parameters
Type | Name | Description |
---|---|---|
string | $option | Name of the deleted option. |
PHP Doc
/**
* Fires after an option has been deleted.
*
* @since 2.9.0
*
* @param string $option Name of the deleted option.
*/