How to set up Cron Jobs
I need to set Cron Jobs like this:
wget -O / dev / null "http://domain.com/wp-cron.php?import_key=TLcc9p3CmBt&import_id=8&action=trigger"
How to set up correctly and that it works?
Thanks!
wget -O / dev / null "http://domain.com/wp-cron.php?import_key=TLcc9p3CmBt&import_id=8&action=trigger"
How to set up correctly and that it works?
Thanks!