feat(affiliate): add core module, controllers, and route registration

This commit is contained in:
Dwindi Ramadhana
2026-06-01 00:57:42 +07:00
parent 396ca25be4
commit 53209c4381
10 changed files with 1678 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ add_action('plugins_loaded', function () {
WooNooW\Modules\Licensing\LicensingModule::init();
WooNooW\Modules\Subscription\SubscriptionModule::init();
WooNooW\Modules\Software\SoftwareModule::init();
WooNooW\Modules\Affiliate\AffiliateModule::init();
});
// Activation/Deactivation hooks