wp_cache_set_comments_last_changed()

Sets the last changed time for the ‘comment’ cache group.


Description Description


Source Source

File: wp-includes/comment.php

function wp_cache_set_comments_last_changed() {
	wp_cache_set( 'last_changed', microtime(), 'comment' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.