WP All Export Pro: Using conditions on Custom XML Export
-
Is there method to use wp all export php functions to replace data or maybe any other statement we can use directly inside custom XML export.
What i need is to achieve this logic
I have custom taxonomy in XML called {Conditions} which return value of each post as “Used” “New”
Values appear correctly, but where i need to export XML required different values then those above, which i need to replace during export.
Logic:
If {Conditions} = “Used”
Set Used = “20”;
Elseif{Conditions} = “New”
Set New = “10”;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP All Export Pro: Using conditions on Custom XML Export’ is closed to new replies.