Absolute path fix for class-wc-product-variation.php
This commit is contained in:
parent
26d4abb88c
commit
1f4db18e7f
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue