Skip to content

WP all Import function to Replace text in CSV/XML/Excel before import

Notifications You must be signed in to change notification settings

jiteshdhamaniya/wpall-import-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WPAll Import Function

WP all Import function to Replace text in CSV/XML/Excel before import

#Step 1

Add your Keywords

Find following in snippet.php

$searches = ['Fish Blanket', 'Digi Plaid', 'Rasta'];

And replace with your keywords which you need to find.

Next find following and repalce with your keywords.

$replacements = ['Shrimp Blanket', 'Sgt Bilko Brown', 'Pasta'];

#Step 2 Add edited code to Functional editor of WP All import importing process. Check this for further refrence.

https://www.wpallimport.com/documentation/developers/custom-code/inline-php/

About

WP all Import function to Replace text in CSV/XML/Excel before import

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages