update_option_$option – action
Fires after the value of a specific option has been successfully updated. The dynamic portion of the hook name, `$option`, refers to the option name.
Parameters
- .
- ( 2.0.1 ) . .
- The
- ( 4.4.0 ) `$option` parameter was added. . . .
- ( mixed ) $old_value The old option value. . . .
- ( mixed ) $value The new option value. . . .
- $option
- ( string ) Option name. . . .