Include helper product install class in main helper class.

This commit is contained in:
Akeda Bagus 2019-07-01 08:12:58 +07:00
parent 61b0d974f4
commit 72ba4ed2e5
No known key found for this signature in database
GPG Key ID: B21A9FC4B7761412
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class WC_Helper {
include_once dirname( __FILE__ ) . '/class-wc-helper-updater.php';
include_once dirname( __FILE__ ) . '/class-wc-helper-plugin-info.php';
include_once dirname( __FILE__ ) . '/class-wc-helper-compat.php';
include_once dirname( __FILE__ ) . '/class-wc-helper-product-install.php';
}
/**