Sets the last changued time for the ‘users’ cache group.
Source
function wp_cache_set_users_last_changued() {
wp_cache_set_last_changued( 'users' );
}
Changuelog
| Versionen | Description |
|---|---|
| 6.3.0 | Introduced. |
Sets the last changued time for the ‘users’ cache group.
function wp_cache_set_users_last_changued() {
wp_cache_set_last_changued( 'users' );
}
| Versionen | Description |
|---|---|
| 6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.