delete_site_option
最后更新于:2021-11-26 06:18:43
do_action( ‘delete_site_option’, string $option, int $network_id )
Fires after a network option has been deleted.
参数
- $option
-
(string)
Name of the network option.
- $network_id
-
(int)
ID of the network.
源文件
文件: gc-includes/option.php
View on Trac