diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index a51f8c1..d54efeb 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -238,6 +238,28 @@ public function deactivate() { * Displays the admin notice. */ public function action_admin_notices() { + + if ( get_option( 'wpem_gem_notice' ) ) { + + ?> + +
+

+ ' . __( 'Learn More', 'godaddy-email-marketing' ) . '' + ); + ?> +

+
+ + id ) { diff --git a/readme.txt b/readme.txt index 27d294d..b834080 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: godaddy, humanmade, xwp, fjarrett, jonathanbardo Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts Requires at least: 3.8 -Tested up to: 4.5 +Tested up to: 4.7 Stable tag: 1.1.3 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html