Skip to content

Commit

Permalink
Change Default plugin activations to be true
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Oct 12, 2023
1 parent b67733d commit 8861328
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
62 changes: 31 additions & 31 deletions includes/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,112 +22,112 @@ 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,
),
),
'ecommerce' => array(
'default' => array(
array(
'slug' => 'woocommerce',
'activate' => false,
'activate' => true,
'priority' => 260,
),
),
'bluehost' => array(
'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,
),
),
Expand All @@ -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,
),
),
Expand All @@ -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,
),
),
Expand Down
40 changes: 20 additions & 20 deletions includes/SiteFeatures.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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,
),
),
),
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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(
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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(
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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(),
Expand Down

0 comments on commit 8861328

Please sign in to comment.