The WordPress Users & WooCommerce Customers Import Export is an ideal plugin for exporting and importing user/customer details to and from your WooCommerce store. The tab, Scheduled Actions lists all the scheduled processes for import and export. Apart from giving information to the user on when the import is going to start and when the last analysis was, we can do the following actions:
- Enable/Disable scheduled actions
- Cron URL: is used to set up the automatic export/import using server cron. One can view and copy the cron URL from this page.
- Delete: remove unwanted scheduled actions to reduce :
- server load
- chances for failure of actively scheduled actions.
One can access the scheduled actions from the WebToffee Import/Export(Pro) > Scheduled Actions. The unwanted scheduled actions are disabled or deleted to:
- Reduce server load
- Reduce the chances of the failure of actively scheduled actions.
Note: By default, the time displayed on the Scheduled Actions page is based on the server time. You can switch this to your website’s timezone by clicking the “click here” link next to the current time and enabling the timezone option in the settings. Once enabled, the time will be displayed according to your website timezone.

Know more about the plugin:
Comments (2)
Anatole
July 19, 2023
Hello
I set up a scheduled action, based on server time, but it remains “not started”.
I checked that in wpconfig.php: define(‘DISABLE_WP_CRON’, false);
Why is it not starting?
Vineetha
July 24, 2023
Hi Anatole,
Thanks for reaching out! For the cron to start, you need to create a cron in the server side using the trigger url. Refer to this article to know about server cron and its commands.