From bdc475334d8cefa674867ea95a38f5d495b2d309 Mon Sep 17 00:00:00 2001 From: Gnanasekaran <37533175+gnanasekaran08@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:25:47 +0530 Subject: [PATCH] fix: This notification links are redirects to current site page instead of org pages #88 --- src/Includes/NoticeHandler.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/Includes/NoticeHandler.php b/src/Includes/NoticeHandler.php index 7861acc..30e62a5 100644 --- a/src/Includes/NoticeHandler.php +++ b/src/Includes/NoticeHandler.php @@ -11,7 +11,7 @@ class NoticeHandler public function init() { add_action('admin_notices', [$this, 'showSettingsSavedNotice']); - add_action('admin_notices', [$this, 'insistOnActivatingSupportedPlugins']); + add_action('admin_notices', [$this, 'insistingOnActivatingSupportedPlugins']); add_action('admin_notices', [$this, 'showFeedbackNotice']); } @@ -36,13 +36,18 @@ public function showSettingsSavedNotice()

@@ -52,11 +57,11 @@ public function insistOnActivatingSupportedPlugins() ?>

-

Contact Form 7 - , - WPForms, - Ninja Forms or Forminator. +

+ Contact Form 7 , + WPForms, + Ninja Forms or + Forminator.

This notice will be hidden after activating any of the supported plugins.