add_site_option
最后更新于:2021-11-25 19:16:59
do_action( ‘add_site_option’, string $option, mixed $value, int $network_id )
Fires after a network option has been successfully added.
参数
- $option
-
(string)
Name of the network option. - $value
-
(mixed)
Value of the network option. - $network_id
-
(int)
ID of the network.
源文件
文件: gc-includes/option.php