Update Ultimate Member to version 2.10.2 with filesystem fixes

Introduced `maybe_init_wp_filesystem` for better WP_Filesystem initialization and added new utility methods like `remove_dir`. Improved cache handling and documentation annotations for several methods. These changes enhance file management and ensure smoother integration.
This commit is contained in:
Mykyta Synelnikov
2025-03-18 17:28:15 +02:00
parent 6fea2c7f6a
commit 7f586ef47e
3 changed files with 65 additions and 13 deletions
+2
View File
@@ -216,6 +216,8 @@ class Users {
/**
* Reset User cache
*
* @since 2.8.7
*
* @param int $user_id User ID.
*/
public function remove_cache( $user_id ) {