deleted_blog

最后更新于:2021-11-26 05:04:20

do_action_deprecated( ‘deleted_blog’, int $site_id, bool $drop )

Fires after the site is deleted from the network.

参数

$site_id

(int)
The site ID.

$drop

(bool)
True if site’s tables should be dropped. Default false.

源文件

文件: gc-includes/ms-site.php

View on Trac