By default Store Exporter Deluxe formats the Post Status included in exports to have the first letter capitalised (e.g. Publish, Draft, etc.). Where you need greater control over the Post Status data you can extend the Post Status data by hooking in our exposed WordPress Filters. In the below example we replace ‘Publish’ with ‘p’ and ‘Draft’ with ‘d’ in Store Exporter Deluxe.
Add the following PHP snippets to your current WordPress Theme’s functions.php file:
View Code