Using PHP to Extend WP All Import's Functionality
Using custom PHP code, you can modify the values in your file to fit the requirements of WooCommerce or other plugins. Use FOREACH loops to retrieve and modify multiple elements in your file. Select specific import records using custom XPath. And extend WP All Import using our filters and actions.
Related Docs
Use IF conditional statements to map values during import.
Use FOREACH loops to iterate through data and process it during import.
Learn about using hooks, filters, and actions in our plugins.
Learn about using a custom XPath to retrieve, modify, and filter the import data.