wpseek.com
A WordPress-centric search engine for devs and theme authors
filter_default_option › WordPress Function
Since4.7.0
Deprecatedn/a
› filter_default_option ( $default_value, $option, $passed_default )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: |
Filters the default value for the option.
For settings which register a default setting inregister_setting()
, this
function is added as a filter to default_option_{$option}
.