Skip to content

Commit

Permalink
Remove loading of deprecated files
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Apr 21, 2023
1 parent 68ec34c commit 09b140a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions woocommerce/class-sv-wc-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,6 @@ private function includes() {
require_once( $framework_path . '/class-sv-wc-plugin-compatibility.php' );
require_once( $framework_path . '/compatibility/abstract-sv-wc-data-compatibility.php' );
require_once( $framework_path . '/compatibility/class-sv-wc-order-compatibility.php' );
require_once( $framework_path . '/compatibility/class-sv-wc-product-compatibility.php' );

// TODO: Remove this when WC 3.x can be required {CW 2017-03-16}
require_once( $framework_path . '/compatibility/class-sv-wc-datetime.php' );

// generic API base
require_once( $framework_path . '/api/class-sv-wc-api-exception.php' );
Expand Down

0 comments on commit 09b140a

Please sign in to comment.