Missing abspath check

This commit is contained in:
Mike Jolley 2020-04-03 16:16:20 +01:00
parent 1acae4ef92
commit 0cce3c5c45
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
namespace Automattic\WooCommerce\Checkout\Helpers;
defined( 'ABSPATH' ) || exit;
/**
* ReserveStockException class.
*/