Skip to content

Commit

Permalink
Dont run feature at this stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Jan 27, 2023
1 parent d4d8a76 commit fa7f004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/classes/Feature/WooCommerce/WooCommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,6 @@ public function setup() {
// Custom product ordering
add_action( 'ep_admin_notices', [ $this, 'maybe_display_notice_about_product_ordering' ] );
add_action( 'woocommerce_after_product_ordering', [ $this, 'action_sync_on_woocommerce_sort_single' ], 10, 2 );

// Orders
$this->orders = new Orders();
$this->orders->setup();
}

/**
Expand Down

0 comments on commit fa7f004

Please sign in to comment.