Merge pull request #30124 from woocommerce/Remove-ABSPATH-check-on-WC_Logger_Interface
Remove abspath check on wc logger interface
This commit is contained in:
commit
77127f93af
|
@ -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; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
/**
|
||||
* WC Logger 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