Description
Fires immediately before an option is deleted.
Occurrences
Filename | Line Number |
---|---|
wp-includes/option.php | 1205 |
Parameters
Type | Name | Description |
---|---|---|
string | $option | Name of the option to delete. |
PHP Doc
/**
* Fires immediately before an option is deleted.
*
* @since 2.9.0
*
* @param string $option Name of the option to delete.
*/