Summery Summery
Filters a screen option value before it is set.
Syntax Syntax
Description Description
The dynamic portion of the hook, $option
, refers to the option name.
Returning false from the filter will skip saving the current option.
Parameters Parameters
- $screen_option
-
The value to save instead of the option value. Default false (to skip saving the current option).
- $option
-
The option name.
- $value
-
The option value.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.4.2 | Introduced. |