wp_cache_set_sites_last_changed() In this article Table of ContentsSource Related Changelog ↑ Back to top Sets the last changed time for the ‘sites’ cache group. Source function wp_cache_set_sites_last_changed() { wp_cache_set_last_changed( 'sites' ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_cache_set_last_changed()wp-includes/functions.phpSets last changed date for the specified cache group to now. Used byDescriptionpopulate_site_meta()wp-admin/includes/schema.phpCreates WordPress site meta and sets the default values. wpmu_create_blog()wp-includes/ms-functions.phpCreates a site. clean_blog_cache()wp-includes/ms-site.phpClean the blog cache Changelog VersionDescription5.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.