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