1

My hosting provides a cpanel interface to add a cron job. I do not want to manually add a cron job via this interface. I want to add and schedule a cron job via a script, preferably from a WordPress plugin.

I do not want to use the WordPress native function which is wp_cron() either.

How can I do this?

IKavanagh
  • 6,089
  • 11
  • 42
  • 47
James Hayes
  • 111
  • 10

1 Answers1

1

why don't you try WP Crontrol which allows you to control and add cron job to your liking? or Advanced Cron Manager which gives more than what WP Control offers. Both are WP plugins.

cylua2
  • 180
  • 7