Hi Aljaž,
Thanks for using our plugin and reaching out to us.
It is unfortunately not possible to change the timings of the refresh intervals.
These are the times:
- Daily: just after 07:00h local server time
- Twicedaily: just after 07:00h and 19:00h local server time
- Hourly: just after the fill hour
Thread Starter
aLjaz
(@aljaz)
Thank you, but I see timestamp on files when i have daily that is created few minutes after 09:00 AM.
The plugin uses the timezone set on your server to determine when it should start updating your feeds. It is this code:
$hour = date(‘H’);
if (($val[‘cron’] == “daily”) AND ($hour == 07)){
As you can see plugin really starts the updating at 07h local server-time.
Assuming the issue at hand has been resolved and/or our help is no longer required we will close this topic. Do not hesitate to reach out to us again whenever you need our support.