update_category_cache

函数
update_category_cache ( No parameters )
返回值
  • (bool) Always return True
定义位置
相关方法
update_term_cacheupdate_page_cacheupdate_site_cacheupdate_network_cacheclean_category_cache
引入
1.5.0
弃用
3.1.0

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;
}