diff --git a/admin/core/um-admin-dashboard.php b/admin/core/um-admin-dashboard.php index c9e80d46..4f1a80be 100644 --- a/admin/core/um-admin-dashboard.php +++ b/admin/core/um-admin-dashboard.php @@ -68,7 +68,7 @@ class UM_Admin_Dashboard { */ function get_pending_users_count() { - if ( get_option('um_cached_users_queue') > 0 ) { + if ( get_option('um_cached_users_queue') > 0 && ! isset( $_REQUEST['delete_count'] ) ) { return get_option('um_cached_users_queue'); }