diff --git a/includes/Plugins.php b/includes/Plugins.php index 62b3bca..2a42b39 100644 --- a/includes/Plugins.php +++ b/includes/Plugins.php @@ -22,32 +22,32 @@ final class Plugins { 'default' => array( array( 'slug' => 'nfd_slug_endurance_page_cache', - 'activate' => false, + 'activate' => true, 'priority' => 240, ), array( 'slug' => 'jetpack', - 'activate' => false, + 'activate' => true, 'priority' => 220, ), array( 'slug' => 'wordpress-seo', - 'activate' => false, + 'activate' => true, 'priority' => 200, ), array( 'slug' => 'wpforms-lite', - 'activate' => false, + 'activate' => true, 'priority' => 180, ), array( 'slug' => 'google-analytics-for-wordpress', - 'activate' => false, + 'activate' => true, 'priority' => 160, ), array( 'slug' => 'optinmonster', - 'activate' => false, + 'activate' => true, 'priority' => 140, ), ), @@ -55,7 +55,7 @@ final class Plugins { 'default' => array( array( 'slug' => 'woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 260, ), ), @@ -63,71 +63,71 @@ final class Plugins { 'wc_standard' => array( array( 'slug' => 'nfd_slug_yith_woocommerce_customize_myaccount_page', - 'activate' => false, + 'activate' => true, 'priority' => 257, ), array( 'slug' => 'nfd_slug_yith_woocommerce_gift_cards', - 'activate' => false, + 'activate' => true, 'priority' => 100, ), array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', - 'activate' => false, + 'activate' => true, 'priority' => 80, ), array( 'slug' => 'nfd_slug_yith_shippo_shippings_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 259, ), array( 'slug' => 'nfd_slug_yith_paypal_payments_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), ), 'wc_premium' => array( array( 'slug' => 'nfd_slug_yith_woocommerce_customize_myaccount_page', - 'activate' => false, + 'activate' => true, 'priority' => 257, ), array( 'slug' => 'nfd_slug_yith_woocommerce_gift_cards', - 'activate' => false, + 'activate' => true, 'priority' => 100, ), array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', - 'activate' => false, + 'activate' => true, 'priority' => 80, ), array( 'slug' => 'nfd_slug_yith_shippo_shippings_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 259, ), array( 'slug' => 'nfd_slug_yith_paypal_payments_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), array( 'slug' => 'nfd_slug_ecomdash_wordpress_plugin', - 'activate' => false, + 'activate' => true, 'priority' => 20, ), ), 'wc_priority' => array( array( 'slug' => 'nfd_slug_yith_shippo_shippings_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 259, ), array( 'slug' => 'nfd_slug_yith_paypal_payments_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), ), @@ -136,49 +136,49 @@ final class Plugins { 'wc_standard' => array( array( 'slug' => 'nfd_slug_yith_woocommerce_customize_myaccount_page', - 'activate' => false, + 'activate' => true, 'priority' => 257, ), array( 'slug' => 'nfd_slug_yith_woocommerce_gift_cards', - 'activate' => false, + 'activate' => true, 'priority' => 100, ), array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', - 'activate' => false, + 'activate' => true, 'priority' => 80, ), array( 'slug' => 'nfd_slug_woo_razorpay', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), ), 'wc_premium' => array( array( 'slug' => 'nfd_slug_yith_woocommerce_customize_myaccount_page', - 'activate' => false, + 'activate' => true, 'priority' => 257, ), array( 'slug' => 'nfd_slug_yith_woocommerce_gift_cards', - 'activate' => false, + 'activate' => true, 'priority' => 100, ), array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', - 'activate' => false, + 'activate' => true, 'priority' => 80, ), array( 'slug' => 'nfd_slug_woo_razorpay', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), array( 'slug' => 'nfd_slug_ecomdash_wordpress_plugin', - 'activate' => false, + 'activate' => true, 'priority' => 20, ), ), @@ -188,12 +188,12 @@ final class Plugins { 'wc_priority' => array( array( 'slug' => 'nfd_slug_yith_shippo_shippings_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 259, ), array( 'slug' => 'nfd_slug_yith_paypal_payments_for_woocommerce', - 'activate' => false, + 'activate' => true, 'priority' => 258, ), ), diff --git a/includes/SiteFeatures.php b/includes/SiteFeatures.php index e4eded5..607c0a8 100644 --- a/includes/SiteFeatures.php +++ b/includes/SiteFeatures.php @@ -25,7 +25,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Jetpack includes dozens of powerful, unique capabilities for your WordPress sites from Automattic.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'wpforms-lite' => array( 'slug' => 'wpforms-lite', @@ -35,7 +35,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Five million people build smarter forms and surveys with WPForms from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'google-analytics-for-wordpress' => array( 'slug' => 'google-analytics-for-wordpress', @@ -45,7 +45,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'See the opportunities in your website analytics traffic data using MonsterInsights from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'wordpress-seo' => array( 'slug' => 'wordpress-seo', @@ -55,7 +55,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Get more traffic to your WordPress site with powerful analysis and tools from our colleagues at Yoast.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'creative-mail-by-constant-contact' => array( 'slug' => 'creative-mail-by-constant-contact', @@ -65,7 +65,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'A professional logo builder, marketing automations with WooCommerce and social management -- CreativeMail is a whole lot more than mail from Constant Contact.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'optinmonster' => array( 'slug' => 'optinmonster', @@ -75,7 +75,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Connect with website visitors using a proven kit of tools for growth using this offering from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), ), ), @@ -89,7 +89,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Jetpack includes dozens of powerful, unique capabilities for your WordPress sites from Automattic.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'wpforms-lite' => array( 'slug' => 'wpforms-lite', @@ -99,7 +99,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Five million people build smarter forms and surveys with WPForms from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'google-analytics-for-wordpress' => array( 'slug' => 'google-analytics-for-wordpress', @@ -109,7 +109,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'See the opportunities in your website analytics traffic data using MonsterInsights from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'wordpress-seo' => array( 'slug' => 'wordpress-seo', @@ -119,7 +119,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Get more traffic to your WordPress site with powerful analysis and tools from our colleagues at Yoast.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'creative-mail-by-constant-contact' => array( 'slug' => 'creative-mail-by-constant-contact', @@ -129,7 +129,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'A professional logo builder, marketing automations with WooCommerce and social management -- CreativeMail is a whole lot more than mail from Constant Contact.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'optinmonster' => array( 'slug' => 'optinmonster', @@ -139,7 +139,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Connect with website visitors using a proven kit of tools for growth using this offering from Awesome Motive.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), ), 'wc_standard' => array( @@ -151,7 +151,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Give your visitors great search experiences with this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_ajax_product_filter' => array( 'slug' => 'nfd_slug_yith_woocommerce_ajax_product_filter', @@ -161,7 +161,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Give your visitors powerful tools to discover your great products with this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_booking' => array( 'slug' => 'nfd_slug_yith_woocommerce_booking', @@ -171,7 +171,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Have visitors book meetings and services with you, accepting payment and more using this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_wishlist' => array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', @@ -181,7 +181,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Let discerning shoppers curate their selections with a system of favorites using this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), ), 'wc_premium' => array( @@ -193,7 +193,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Give your visitors great search experiences with this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_ajax_product_filter' => array( 'slug' => 'nfd_slug_yith_woocommerce_ajax_product_filter', @@ -203,7 +203,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Give your visitors powerful tools to discover your great products with this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_booking' => array( 'slug' => 'nfd_slug_yith_woocommerce_booking', @@ -213,7 +213,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Have visitors book meetings and services with you, accepting payment and more using this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), 'nfd_slug_yith_woocommerce_wishlist' => array( 'slug' => 'nfd_slug_yith_woocommerce_wishlist', @@ -223,7 +223,7 @@ protected static function get_site_features_flow_plan_map() { 'desc' => __( 'Let discerning shoppers curate their selections with a system of favorites using this exclusive offering from our colleagues at YITH.', 'wp-module-onboarding' ), 'selected' => false, 'shown' => true, - 'activate' => false, + 'activate' => true, ), ), 'wc_priority' => array(),