Summery Summery
Filters a specific option before its value is (maybe) serialized and updated.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $option
, refers to the option name.
Parameters Parameters
- $value
-
The new, unserialized option value.
- $old_value
-
The old option value.
- $option
-
Option name.
Source Source
File: wp-includes/option.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | The $option parameter was added. |
2.6.0 | Introduced. |