wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



update_category_cache › WordPress Function

Da1.5.0
Deprecato3.1.0
update_category_cache ( Nessun parametro )
Ritorna:
  • (bool) Always return True
Definito a:
Codex:

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.


Sorgenti

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

	return true;
}