clean_network_cache()
clean_network_cache( int|array $ids )
从对象缓存中删除网络。
Removes a network from the object cache.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$ids | (int | array) | 必需 | 要从缓存中删除的网络ID或网络ID数组。 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.6.0 | wp-includes/ms-network.php:78 | 1 function | 4 |
clean_network_cache() 为WP2原创文章,链接:https://www.wp2.cn/functions/clean_network_cache-2/