更新类别缓存。
原型
update_category_cache()
描述
此功能似乎不再使用或似乎不需要使用。它可能是需要更新类别缓存时遗留下来的遗留功能。
返回值
(bool)
总是返回True
源文件
路径:wp-includes/deprecated.php
<?php
...
function update_category_cache() {
_deprecated_function( __FUNCTION__, '3.1.0' );
return true;
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/update_category_cache/