From 05f4d5fda4cf09c32b485a31bb1aca8a7cf8cc3e Mon Sep 17 00:00:00 2001 From: Nikita Sinelnikov Date: Mon, 23 Aug 2021 10:29:02 +0300 Subject: [PATCH] - removed admin notice with make review info; --- includes/admin/core/class-admin-notices.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/admin/core/class-admin-notices.php b/includes/admin/core/class-admin-notices.php index 61a32bcd..50d7fe51 100644 --- a/includes/admin/core/class-admin-notices.php +++ b/includes/admin/core/class-admin-notices.php @@ -48,7 +48,8 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) { $this->need_upgrade(); $this->check_wrong_licenses(); - $this->reviews_notice(); + // removed for now to avoid the bad reviews + //$this->reviews_notice(); //$this->future_changed();