Have to add a cronjob for my SNAP plug in. Don't care if it triggers every 5 or 10 min. Telling me commands should be
curl -s -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)" http://weeklycalendar.info/wp-cron.php?doing_wp_cron
or
wget -O /dev/null http://www.weeklycalendar.info/wp-cron.php?doing_wp_cron
Not getting emails either way. Do you know a way to express the command line so that it fires and emails me?
curl -s -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)" http://weeklycalendar.info/wp-cron.php?doing_wp_cron
or
wget -O /dev/null http://www.weeklycalendar.info/wp-cron.php?doing_wp_cron
Not getting emails either way. Do you know a way to express the command line so that it fires and emails me?