array(
'type' => 'info',
'text' => sprintf(__( 'Advanced Ads successfully installed. Take a look at the First Steps.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-intro' )),
'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' ) ),
'global' => true
),
// license expires
'license_expires' => array(
'type' => 'plugin_error',
'text' => sprintf( __( 'One or more licenses for your Advanced Ads add-ons are expiring soon. Don’t risk to lose support and updates and renew your license before it expires with a significant discount on the add-on page.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings#top#licenses' ) ),
'global' => true
),
// license expired
'license_expired' => array(
'type' => 'plugin_error',
'text' => sprintf( __( 'Advanced Ads license(s) expired. Support and updates are disabled. Please visit the license page for more information.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings#top#licenses' ) ),
'global' => true
),
// please review
'review' => array(
'type' => 'info',
'text' => sprintf( __( 'You are using Advanced Ads for some time now. Thank you! If you need my help then please visit the Support page to get free help.
If you share my passion and find Advanced Ads useful then please leave a 5-star review on wordpress.org.
Thomas', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-review', 'https://wordpress.org/support/view/plugin-reviews/advanced-ads#postform', ADVADS_BASE_URL . 'admin/assets/img/thomas.png' ), '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 ), ));