Automatically Fire WordPress Cron

I want to disable WordPress Cron and fire the cron through Hestia.

How do I do this?

A few blogs suggest adding the following to the control panel

wget -q -O - https://domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

I came across a thread in another language where it seemed like I have to add the following to the cron job:

/usr/local/bin/php /home/USERNAME/web/DOMAINNAME.com/public_html/wp-cron.php >/dev/null 2>&1

In the above code I replaced the USERNAME and DOMAINNAME.com with the my hestia values.

Should I prefix the following in the front for the chron to work?

wget -q -O -

No it access the file via php and not via the web first.

Should work fine

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.