Filters an option before its value is (maybe) serialized and updated.
Parameters
$valuemixed- The new, unserialized option value.
$optionstring- Name of the option.
$old_valuemixed- The old option value.
Source
$value = apply_filters( 'pre_update_option', $value, $option, $old_value );
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.