cron_tasks
Hook into the JReviews cron to and to run tasks periodically.
You need to have a working knowledge of Hooks before you get started.
Boilerplate Code
Use the boilerplate code to start using the action, and add your own logic or echo output.
Clickfwd\Hook\Action::add('cron_tasks', function()
{
// Execute action or echo output
});
Source Files
/controllers/cron_controller.php