Skip to content

Commit

Permalink
Merge pull request #116 from newfold-labs/enhance/remove-hasYithExten…
Browse files Browse the repository at this point in the history
…ded-check

Remove `hasYithExtended` check
  • Loading branch information
officiallygod authored Oct 9, 2024
2 parents b822681 + 5569948 commit 237aff2
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 237aff2

Please sign in to comment.