wp_cache_set_users_last_changed()
Sets the last changed time for the ‘users’ cache group.
Source
File: wp-includes/user.php
.
View all references
function wp_cache_set_users_last_changed() {
wp_cache_set_last_changed( 'users' );
}
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |