wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_cache_set_comments_last_changed › WordPress Function

Since5.0.0
Deprecatedn/a
wp_cache_set_comments_last_changed ( No parameters )
Defined at:
Codex:

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



Source

function wp_cache_set_comments_last_changed() {
	wp_cache_set_last_changed( 'comment' );
}