Server-Based CRON Job

I think you can resolve this with this way:

  • Step 1: You create a PHP Page with URL you want in your theme like this (page-url-custom-cron.php) to call a Hook WooCommerce
  • Step 2: You use server-based job Curl to the URL: http://yourdomain/url-custom-cron. And now the PHP code page will call WooCommerce hooks for you.

Hope this can help you done your job