mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- fixed issues related to the registration users with awaiting admin review or email confirmation;
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ if ( ! empty( $delete_options ) ) {
|
||||
foreach ( $statuses as $status ) {
|
||||
delete_transient( "um_count_users_{$status}" );
|
||||
}
|
||||
delete_transient( 'um_count_users_pending' );
|
||||
delete_transient( 'um_count_users_pending_dot' );
|
||||
delete_transient( 'um_count_users_unassigned' );
|
||||
|
||||
//remove all users cache
|
||||
|
||||
Reference in New Issue
Block a user