default_site_option_{$option}

最后更新于:2021-11-26 04:55:54

apply_filters( “default_site_option_{$option}”, mixed $default, string $option, int $network_id )

Filters a specific default network option.

参数

$default

(mixed)
The value to return if the site option does not exist in the database.

$option

(string)
Option name.

$network_id

(int)
ID of the network.

源文件

文件: gc-includes/option.php

View on Trac