converting wget
-
I need to create a cron job like this:
* * * * * wget -q -O – ‘https://mysite.com/wp-cron.php?doing_wp_cron&cron=true’But I can’t with my hosting. So I installed WPCrontrol and trying to use the PHP cron event. It seems I’m supposed to use wp_remote_get vs wget but I don’t know how to convert or syntax the above cron job into a php event using wp_remote_get.
Can I do this with your plugin and if so, how do I create the cron job I need using the php event?
Any steps would be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘converting wget’ is closed to new replies.