Fires after an option has been deleted.
Parameters
$option
string- Name of the deleted option.
Source
do_action( 'deleted_option', $option );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
Fires after an option has been deleted.
$option
stringdo_action( 'deleted_option', $option );
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.