From 76819edf3dc1faf34e8a8c1ff307152544f8ceac Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Tue, 24 Sep 2024 10:35:22 +0200 Subject: [PATCH] Update link --- src/Admin/PluginSuggestions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Admin/PluginSuggestions.php b/src/Admin/PluginSuggestions.php index 1a9f243..4b02ed1 100644 --- a/src/Admin/PluginSuggestions.php +++ b/src/Admin/PluginSuggestions.php @@ -245,7 +245,8 @@ protected function get_premium_notification( string $notification_id, array $ext ) . ' '; } - $link = 'GTM Kit Woo Add-On'; + $url = $this->util->get_admin_page_url() . 'upgrades'; + $link = 'GTM Kit Woo Add-On'; $message .= sprintf( /* translators: %1$s is a link with the text 'GTM Kit Woo Add-On'. */ __( 'With the %1$s, you can track the add_to_wishlist event and leverage server-side tracking for enhanced accuracy and deeper insights into customer behavior.', 'gtm-kit' ),