Require wc-admin-functions into products tracking class (#39030)
* Require wc-admin-functions into products tracking class * Add changelog * Revert old change back
This commit is contained in:
parent
1aab0eccab
commit
690bd7da2b
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Add missing require for a wc-admin helper function.
|
|
@ -10,6 +10,8 @@ use Automattic\WooCommerce\Internal\Admin\WCAdminAssets;
|
||||||
|
|
||||||
defined( 'ABSPATH' ) || exit;
|
defined( 'ABSPATH' ) || exit;
|
||||||
|
|
||||||
|
require_once WC_ABSPATH . 'includes/admin/wc-admin-functions.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class adds actions to track usage of WooCommerce Products.
|
* This class adds actions to track usage of WooCommerce Products.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue