function uc_recurring_init in UC Recurring Payments and Subscriptions 6.2
Implementation of hook_init().
File
- ./
uc_recurring.module, line 57 - Allows you to add a recurring fee to a product/SKU to handle subscription type services.
Code
function uc_recurring_init() {
module_load_include('inc', 'uc_recurring', 'uc_recurring.ca');
}