clean_site_details_cache()
clean_site_details_cache( int $site_id )
清理网站的网站详细信息缓存。
Cleans the site details cache for a site.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$site_id | (int) | 可选 | 站点ID。默认为当前站点ID。 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.4 | wp-includes/ms-blogs.php:320 | 0 | 2 |
clean_site_details_cache() 为WP2原创文章,链接:https://www.wp2.cn/functions/clean_site_details_cache/