wp_cache_set_users_last_changed()

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


Source

File: wp-includes/user.php

function wp_cache_set_users_last_changed() {
	wp_cache_set( 'last_changed', microtime(), 'users' );
}

Changelog

Changelog
Version Description
6.3.0 Introduced.