Skip to content

Commit

Permalink
Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Sep 24, 2024
1 parent 1c60007 commit f5925e7
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions includes/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,55 +55,13 @@ final class Plugins {
),
),
'site-capabilities' => array(
'hasEcomdash' => array(
'hasEcomdash' => array(
array(
'slug' => 'nfd_slug_ecomdash_wordpress_plugin',
'activate' => true,
'priority' => 220,
),
),
'hasYithExtended' => array(
array(
'slug' => 'woocommerce',
'activate' => true,
'priority' => 300,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_booking',
'activate' => true,
'priority' => 100,
),
array(
'slug' => 'yith-woocommerce-ajax-search',
'activate' => true,
'priority' => 120,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_gift_cards',
'activate' => true,
'priority' => 140,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_wishlist',
'activate' => true,
'priority' => 160,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_customize_myaccount_page',
'activate' => true,
'priority' => 180,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_ajax_product_filter',
'activate' => true,
'priority' => 200,
),
array(
'slug' => 'nfd_slug_wonder_cart',
'activate' => true,
'priority' => 210,
),
),
),
'ecommerce' => array(
'default' => array(
Expand Down

0 comments on commit f5925e7

Please sign in to comment.