By default, Store Exporter Deluxe includes the following e-mail subject and content text in Scheduled Exports making use of the “Send as e-mail” Export method.
Subject: Daily Product stock levels
Content: Please find attached your export ready to review.
The e-mail subject can be edited within the Edit Scheduled Export screen but to modify the Content element you’ll need to hook into our exposed WordPress Filter. I have made a task to include a text field on the Edit Scheduled Export > Method tab to edit this content just like the e-mail subject field above.
Add the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code