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