过滤器::过滤特定的默认网络选项。
apply_filters ( “default_site_option_{$option}”, mixed $default , string $option , int $network_id )
说明(Description)
钩子名$option的动态部分引用选项名。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$default | (mixed) | 如果数据库中不存在站点选项,则返回的值。 |
$option | (string) | 选项名称。 |
$network_id | (int) | 网络的ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/option.php:1283 | 1 | 0 |