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



wp_cache_set_terms_last_changed › WordPress Function

Da5.0.0
Deprecaton/a
wp_cache_set_terms_last_changed ( Nessun parametro )
Definito a:
Codex:

Sets the last changed time for the 'terms' cache group.



Sorgenti

function wp_cache_set_terms_last_changed() {
	wp_cache_set_last_changed( 'terms' );
}