add_site_option_{$option}
最后更新于:2021-11-25 19:20:26
do_action( “add_site_option_{$option}”, string $option, mixed $value, int $network_id )
Fires after a specific 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