clean_page_cache()
clean_page_cache( int $id )
将清除缓存中的页。
Will clean the page in the cache.
说明(Description)
另见函数 clean_post_cache()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$id | (int) | 必需 | 要清理的页ID |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.4.0 | wp-includes/deprecated.php:3112 | 0 | 2 |
clean_page_cache() 为WP2原创文章,链接:https://www.wp2.cn/functions/clean_page_cache-2/