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