wp_remote_get URL in WP Crontrol
-
Hi,
I need to run this once a minute for all FTP processing and other maintenance actions:
curl -silent -A ‘Mozilla’ ‘https://www.mysite.com/?c=1&ss_c=33xxxxxxxxxxxxxxxx2′ >/dev/null 2>&1
Now I’m manually running it and it worksI don’t have Cpanel then I added a PHP cron event in WP Crontrol plugin
wp_remote_get(get_site_url().”/?c=1&ss_c=33xxxxxxxxxxxxxxxx2″);it’s configured properly and running every minute, but I’m not getting FTP processing and other maintenance actions as in manual
Any suggestion?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_remote_get URL in WP Crontrol’ is closed to new replies.