filter_default_option()
filter_default_option( mixed $default, string $option, …
filter_default_option( mixed $default, string $option, bool $passed_default )
筛选选项的默认值。
Filters the default value for the option.
目录锚点:#说明#参数#返回#源码
说明(Description)
对于在register_setting()中注册默认设置的设置,此函数将作为筛选器添加到默认选项{$option}。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$default | (mixed) | 必需 | 要返回的现有默认值。 |
$option | (string) | 必需 | 选项名称。 |
$passed_default | (bool) | 必需 | get_option()是否传递了默认值? |
返回(Return)
(mixed)筛选的默认值。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/option.php:2300 | 0 | 1 function |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!