W3cubDocs

/WordPress

wp_cache_set_users_last_changed()

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

Source

function wp_cache_set_users_last_changed() {
	wp_cache_set_last_changed( 'users' );
}

Changelog

Version Description
6.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_set_users_last_changed