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?