do_action( 'updated_option', string $option, mixed $old_value, mixed $value )

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.

Top ↑

Source

File: wp-includes/option.php. View all references

do_action( 'updated_option', $option, $old_value, $value );


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.