Absolute path fix for class-wc-product-grouped.php
This commit is contained in:
parent
a3d4d87ca5
commit
3fc03a184d
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
/**
|
||||
* Grouped Product Class
|
||||
|
|
Loading…
Reference in New Issue