From 1da32184df78ff00ec0b41bfd3708830fe2cbd9a Mon Sep 17 00:00:00 2001 From: Nikita Sinelnikov Date: Sat, 13 Aug 2022 00:31:23 +0300 Subject: [PATCH] - the fix for the flushing cache; --- includes/admin/class-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/class-admin.php b/includes/admin/class-admin.php index 2d3879ad..c6cf0c80 100644 --- a/includes/admin/class-admin.php +++ b/includes/admin/class-admin.php @@ -1702,7 +1702,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) { 'awaiting_email_confirmation', 'inactive', 'rejected', - 'pending', // not real status key, just for the transient + 'pending_dot', // not real status key, just for the transient 'unassigned', // not real status key, just for the transient );