Double Slash escaped URLs not converted
-
My question is @ developers from the duplicator plugin:
Hi, I have two types of URls in my WordPress database:
http://localhost/mysite/this ones work and get converted by duplicator
and I have Urls from this type:http:\\/\\/localhost\\/mysite\\/every slash escaped with two slashes.
If I can get rid if the second slash that the Url looks like this:http:\/\/localhost\/mysite\/will duplicator convert this URLs ?
The notation with one Slash is JSON Notation and I have this, because I use the Plugin “Tablepress” and tablepress stores the content of the table in the database in JSON notation. I have links to a WordPress page in a Tablepress Table.
For unknown reason tablepress stores with two instead of one Backslash.My question in short:
Can duplicator handle URLs where a slash is escaped with one Backslash in the database ?
If not it would be a good idea to add this because then it is compatible to Tablepress, which stores always in JSON notation.
( Only in my case with two backslashes )
The topic ‘Double Slash escaped URLs not converted’ is closed to new replies.