Import data is missing when running from cron

In some cases where you map your WordPress directory into a sub folder with your .htaccess file your WP All Import Pro cron command might not display the sub folder that your WordPress website is installed in.

When visiting your website your site url is:

http://your_website.com.au

Yet when your are logged into your Dashboard the url is:

http://your_website.com.au/custom_folder/wp-admin/

WP All Import will not add the custom_folder to the trigger and processing URLs

Trigger URL

http://your_url.com.au/wp-cron.php?import_key=tkKyz&import_id=16&action=trigger

Processing

http://your_url.com.au/wp-cron.php?import_key=tkKyz&import_id=16&action=processing

You'll need to manually add the custom_folder to your cron commands eg:

Trigger URL

http://your_url.com.au/custom_folder/wp-cron.php?import_key=tkKyz&import_id=16&action=trigger

Processing

http://your_url.com.au/custom_folder/wp-cron.php?import_key=tkKyz&import_id=16&action=processing