Absolute path fix for WC_API class
This commit is contained in:
parent
303a5b28d0
commit
96df6bd961
|
@ -10,7 +10,9 @@
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
exit; // Exit if accessed directly
|
||||||
|
}
|
||||||
|
|
||||||
class WC_API {
|
class WC_API {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue