Page 1 of 1

Run single job

Posted: Wed Mar 24, 2021 5:05 am
by francocecchini
Hi,

i need run a single php code each 1 hour.

i have tried the cron.php for run plugins, but it run all plugins into folder, other plugins don't must run each hour.

i'm tring to run script without cron.php utility, but don't find the G:: object for load class

G::loadClass('pmFunctions');

Any suggestion?

Thanks