Skip to content

Commit

Permalink
Merge pull request #96 from newfold-labs/fix/install-woo-yith-extended
Browse files Browse the repository at this point in the history
Install Woo first for `hasYithExtended` capability
  • Loading branch information
officiallygod authored Jun 14, 2024
2 parents c2af6ca + e832e8a commit efce791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ final class Plugins {
),
),
'hasYithExtended' => array(
array(
'slug' => 'woocommerce',
'activate' => true,
'priority' => 300,
),
array(
'slug' => 'nfd_slug_yith_woocommerce_booking',
'activate' => true,
Expand Down

0 comments on commit efce791

Please sign in to comment.