array( 'type' => 'info', 'text' => sprintf(__( 'Advanced Ads successfully installed. Create your first ad', 'advanced-ads' ), admin_url( 'post-new.php?post_type=advanced_ads' )), 'global' => true ), // email tutorial 'nl_first_steps' => array( 'type' => 'subscribe', 'text' => __( 'Thank you for activating Advanced Ads. Would you like to receive the first steps via email?', 'advanced-ads' ), 'confirm_text' => __( 'Yes, send it', 'advanced-ads' ), 'global' => true ), // free add-ons 'nl_free_addons' => array( 'type' => 'subscribe', 'text' => __( 'Thank you for using Advanced Ads. Stay informed and receive 2 free add-ons for joining the newsletter.', 'advanced-ads' ), 'confirm_text' => __( 'Add me now', 'advanced-ads' ), 'global' => true ), // adsense newsletter group 'nl_adsense' => array( 'type' => 'subscribe', 'text' => __( 'Learn more about how and how much you can earn with AdSense and Advanced Ads from my dedicated newsletter.', 'advanced-ads' ), 'confirm_text' => __( 'Subscribe me now', 'advanced-ads' ), 'global' => true ), // if users updated from a previous version to 1.7 '1.7' => array( 'type' => 'update', 'text' => 'Advanced Ads 1.7 made changes to the Display Conditions interface. Please check your settings and the manual, if you are using them.', ), // missing license codes 'license_invalid' => array( 'type' => 'plugin_error', 'text' => __( 'One or more license keys for Advanced Ads add-ons are invalid or missing.', 'advanced-ads' ) . ' ' . sprintf( __( 'Please add valid license keys here.', 'advanced-ads' ), get_admin_url( 1, 'admin.php?page=advanced-ads-settings#top#licenses' ) ), ), // please review 'review' => array( 'type' => 'info', 'text' => 'Thomas' . '

' . sprintf(__( 'You’ve successfully created %s ads using Advanced Ads.', 'advanced-ads' ), Advanced_Ads::get_number_of_ads() ) . '

' . '

' . __( 'Do you find Advanced Ads useful and would like to keep us motivated? Please help us with a review.', 'advanced-ads' ) . '

' . '

Thomas & Team

' . '

' . ' ' . __( 'Sure, I’ll rate the plugin', 'advanced-ads' ) . '' . '    ' . __( 'I already did', 'advanced-ads' ) . '' . '    ' . __( 'I am not happy, please help', 'advanced-ads' ) . '' . '

 ' . __( 'Ask me later', 'advanced-ads' ) . '' . '

', 'global' => false ), // adblocker assets expired 'assets_expired' => array( 'type' => 'update', 'text' => sprintf( __('Some assets were changed. Please rebuild the asset folder in the Advanced Ads settings to update the ad blocker disguise.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings' ) ), 'global' => true ), ));