From c021ef6556c0952651d64443fdf1160dc47f0c8f Mon Sep 17 00:00:00 2001 From: Team Crombie Date: Tue, 8 Oct 2024 10:49:21 -0300 Subject: [PATCH] The message that you must register or log in does not appear on the iloveIMG settings page --- admin/Ilove_Img_Wm_Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/Ilove_Img_Wm_Plugin.php b/admin/Ilove_Img_Wm_Plugin.php index d2fbc7f..0c1e313 100644 --- a/admin/Ilove_Img_Wm_Plugin.php +++ b/admin/Ilove_Img_Wm_Plugin.php @@ -347,7 +347,7 @@ public function media_library_bulk_action() { * This method is typically used to show notices in the WordPress dashboard and is called within the admin_init() method. */ public function show_notices() { - if ( ! Ilove_Img_Wm_Resources::is_loggued() ) { + if ( ! Ilove_Img_Wm_Resources::is_loggued() && get_current_screen()->parent_base !== 'iloveimg-admin-page' ) { ?>

iLoveIMG - Please you need to be logged or registered. Go to settings