diff --git a/dokan.php b/dokan.php index a5f5b3cfb5..e5dd932d81 100755 --- a/dokan.php +++ b/dokan.php @@ -195,6 +195,10 @@ public function activate() { require_once dirname( __FILE__ ) . '/includes/functions.php'; require_once dirname( __FILE__ ) . '/includes/functions-compatibility.php'; + // Background Processes + require_once dirname( __FILE__ ) . '/includes/background-processes/class-dokan-background-processes.php'; + require_once dirname( __FILE__ ) . '/includes/background-processes/abstract-class-dokan-background-processes.php'; + $installer = new Dokan_Installer(); $installer->do_install(); }