feat: Affiliate program enrichment (Link Builder, Curated Collections, Smart Links)
This commit is contained in:
@@ -108,6 +108,12 @@ class AffiliateModule
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Create collections table if it doesn't exist
|
||||
$collections_table = $wpdb->prefix . 'woonoow_affiliate_collections';
|
||||
if ($wpdb->get_var("SHOW TABLES LIKE '$collections_table'") !== $collections_table) {
|
||||
AffiliateManager::create_tables();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user