wp_cache_set_comments_last_changed()
Sets the last changed time for the 'comment' cache group.
No Hooks.
Return
null
. Nothing.
Usage
wp_cache_set_comments_last_changed();
Changelog
Since 5.0.0 | Introduced. |
wp_cache_set_comments_last_changed() wp cache set comments last changed code WP 6.1.1
function wp_cache_set_comments_last_changed() { wp_cache_set( 'last_changed', microtime(), 'comment' ); }