wp_cache_set_sites_last_changed()

In this article

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

Source

function wp_cache_set_sites_last_changed() {
	wp_cache_set_last_changed( 'sites' );
}

Changelog

VersionDescription
5.1.0Introduced.

User Contributed Notes

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