I recently switched over my hosting from bluehost to WPMU. It was a great decision and I'm super happy. Here's the one thing I can't figure out…(Disclaimer: I know enough about this to brick my website).
I have a real estate plugin called WPL Pro. It has all the real estate listings for my area. Previously, it relied on four cron jobs in order to update real estate listings. These were done through the cPanel. The jobs are as follows:
curl –silent 'https://igbailey.com/?rets_cron_job=1&rets_cron_job_type=offline' —run every five minutes
curl -s https://igbailey.com/?rets_import_cron_job=1 —run every five minutes
curl –silent https://igbailey.com/?rets_purge_cron_job=1 — run 0,30 so I guess that means every hour and half hour increment
curl –silent https://igbailey.com/?rets_import_images_cron_job=1 — run */24 so I guess that means once a day
I need help getting these to wordpress hooks (I have no idea if that's the right terminology). I installed WP Crontrol, and quickly realized I have no idea of what I'm doing. Any help would be greatly appreciated.