Remove ASBPATH check from interfaces
This commit is contained in:
parent
b4fc1737bc
commit
d2d660a806
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interfaces
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interfaces
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Coupon Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Customer Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Customer Download Data Store Interface.
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Customer Download Log Data Store Interface.
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @version 3.1.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC_Importer_Interface class.
|
||||
*/
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Log Handler Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Item Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Item Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Item Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Order Refund Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Payment Token Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Product Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Product Variable Data Store Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Queue Interface
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Shipping Zone Data Store Interface.
|
||||
*
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
* @package WooCommerce\Interface
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WooCommerce Webhook data store interface.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue