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_category_cache: 这个函数更新当前站点的类别数据的缓存。每当一个类别被创建、更新或删除时,它就被调用。

更新类别缓存。

这个函数似乎不再被使用或似乎不需要。它可能是在需要更新类别缓存时留下的一个遗留功能。

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

	return true;
}

常见问题

FAQs
查看更多 >