clean_site_cache

最后更新于:2021-11-25 23:45:21

do_action( ‘clean_site_cache’, int $id, GC_Site $blog, string $domain_path_key )

Fires immediately after a site has been removed from the object cache.

参数

$id

(int)
Blog ID.

$blog

(GC_Site)
Site object.

$domain_path_key

(string)
md5 hash of domain and path.

源文件

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

View on Trac