function to replace string not working ?
-
Hi All,
here is my thing, id like on export to remove soe string in the csv file which appaer in the html.
This is to remove some string added from visual composer ( text field).
I would like to remove / or change some of content, etc.
For this i go in the settings of wp all export, and add a function in the editor: such as:
function corrige_text($ref) { return str_replace( "wordtomove","newone",$ref); }however its not working . . .
Any idea why ?
Thanks a lot !!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘function to replace string not working ?’ is closed to new replies.