Why get decoded images saved into Translation Database?
-
I’ve found another incompatibility with the translation plugin TranslatePress. Translatepress stores all terms from translate()-request via the gettext hook in the Database. As a result I currently have more than 6000 entries of “data:image/pnga;base64…” values in my translations database. Since there is no Text domain specified, it is not easy to filter them.
I use the Captcha Image method and all the images are stored in my translation database table like this:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAA…
the full decoded image is saved, I only post the beginning here.
I searched the code but I was not able to identify the place where this happens. Before I dig deeper into it I’d like to ask you if you have a clue where the captcha plugin does something with this string that could make TranslatePress via hook etc. believe that this is a translatable string?
- You must be logged in to reply to this topic.