wpseek.com
WordPress开发者和主题制作者的搜索引擎



update_category_cache › WordPress Function

Since1.5.0
已弃用3.1.0
update_category_cache ( 没有参数 )
返回:
  • (bool) Always return True
定义在:
文档:

Update the categories cache.

This function does not appear to be used anymore or does not appear to be needed. It might be a legacy function left over from when there was a need for updating the category cache.


源码

function update_category_cache() {
	_deprecated_function( __FUNCTION__, '3.1.0' );

	return true;
}