Load WC_Retailcrm_Logger before other classes
This commit is contained in:
parent
6e582a40ca
commit
11ce4ab60a
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ class WC_Retailcrm_Plugin
|
|||
return;
|
||||
}
|
||||
|
||||
if (!class_exists('WC_Retailcrm_Logger')) {
|
||||
require_once(WC_Integration_Retailcrm::checkCustomFile('include/components/class-wc-retailcrm-logger.php'));
|
||||
}
|
||||
|
||||
if (!class_exists('WC_Retailcrm_Icml')) {
|
||||
require_once(WC_Integration_Retailcrm::checkCustomFile('include/class-wc-retailcrm-icml.php'));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue