wp_cache_set_terms_last_changed()
Sets the last changed time for the ‘terms’ cache group.
Source
File: wp-includes/taxonomy.php
.
View all references
function wp_cache_set_terms_last_changed() {
wp_cache_set_last_changed( 'terms' );
}
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |