Missing abspath check
This commit is contained in:
parent
1acae4ef92
commit
0cce3c5c45
|
@ -7,6 +7,8 @@
|
|||
|
||||
namespace Automattic\WooCommerce\Checkout\Helpers;
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
/**
|
||||
* ReserveStockException class.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue