Run Multiple Different Imports – one after another
-
Hi,
I will have multiple different imports setup and I would like to be able to make them run consecutively, one after another. Like: run import ID1 and when finished run import ID2, then when import ID2 finishes run import ID3, etc.
I found a snippet to Trigger the next Import on Completion of an Import (https://www.wpallimport.com/documentation/developers/code-snippets/#trigger-the-next-import-on-completion-of-an-import) but I think it deals with one and the same import ID (e.g. import_id == 5 and then again import_id == 5, but not import_id == 6, import_id == 7, etc.)
Is this possible to achieve?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Run Multiple Different Imports – one after another’ is closed to new replies.