Used By
Used By | Description |
---|---|
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
Filters the value of an existing option.
The dynamic portion of the hook name, $option
, refers to the option name.
(mixed) Value of the option. If stored serialized, it will be unserialized prior to being returned.
(string) Option name.
File: wp-includes/option.php
Version | Description |
---|---|
4.4.0 | The $option parameter was added. |
3.0.0 | |
1.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/option_option