diff --git a/lib/Cron/Workers/StatsNotifications/Worker.php b/lib/Cron/Workers/StatsNotifications/Worker.php index eeb8831cd7..6d04f52c32 100644 --- a/lib/Cron/Workers/StatsNotifications/Worker.php +++ b/lib/Cron/Workers/StatsNotifications/Worker.php @@ -132,8 +132,6 @@ class Worker { 'topLinkClicks' => 0, 'linkSettings' => WPFunctions::get()->getSiteUrl(null, '/wp-admin/admin.php?page=mailpoet-settings#basics'), 'linkStats' => WPFunctions::get()->getSiteUrl(null, '/wp-admin/admin.php?page=mailpoet-newsletters#/stats/' . $newsletter->id()), - 'premiumPage' => WPFunctions::get()->getSiteUrl(null, '/wp-admin/admin.php?page=mailpoet-premium'), - 'premiumPluginActive' => WPFunctions::get()->isPluginActive('mailpoet-premium/mailpoet-premium.php'), 'clicked' => $clicked, 'opened' => $opened, ]; diff --git a/views/emails/statsNotification.html b/views/emails/statsNotification.html index 3871f646e8..66abc66296 100644 --- a/views/emails/statsNotification.html +++ b/views/emails/statsNotification.html @@ -315,47 +315,20 @@ - <% if premiumPluginActive %> - - -
- - - - -
- - <%= __('View all stats') %> -
-
- - - <% else %> - - - + + - - - - - <% endif %> + + +
+
+ - -
- <%= __('See more stats in the Premium version, like all the links that were clicked or which subscribers opened your emails. You can also create segments of subscribers by clicks and opens.') %> -
-
-
- - - - -
- - <%= __('See Premium features') %> -
-
-
+ + <%= __('View all stats') %> +
+ + + diff --git a/views/emails/statsNotification.txt b/views/emails/statsNotification.txt index 447eff7ce1..ef8708fca4 100644 --- a/views/emails/statsNotification.txt +++ b/views/emails/statsNotification.txt @@ -27,13 +27,9 @@ <%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %> <% endif %> -<% if premiumPluginActive %> <%= __('View all stats') %> <%= linkStats %> -<% else %> -<%= __('See Premium features') %> - <%= premiumPage %> -<% endif %> + <%= __('How to improve my open rate?') %> https://www.mailpoet.com/how-to-improve-open-rates/ <%= __('And my click rate?') %> https://www.mailpoet.com/how-to-improve-click-rates/