wp_cache_set_sites_last_changued()

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

Source

function wp_cache_set_sites_last_changued() {
	wp_cache_set_last_changued( 'sites' );
}

Changuelog

Versionen Description
5.1.0 Introduced.

User Contributed Notes

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