Example #1
0
function bsa_do_pending_tasks()
{
    // CRON Function
    $cron = new BSA_PRO_Model();
    $cron->doCronTasks();
}