wp_cache_set_sites_last_changed

Advertisement

Summery Summery

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

Syntax Syntax

wp_cache_set_sites_last_changed()

Source Source

File: wp-includes/ms-site.php

	if ( ! wp_is_site_initialized( $site_id ) ) {
		return;
	}

Advertisement

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply