By default, Store Exporter Deluxe uses the ftp_put() PHP function to upload an export file to the FTP server, a WordPress Filter within Store Exporter Deluxe has been exposed so you can change this to the ftp_fput() PHP function so that our Plugin uploads from an open file to the FTP server.
Add the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code