I am trying to save a coded with base64 in the table posts_meta
of Wordpress for later get that field, decode it and show the content, but somehow it makes an "escape" of all the quotes so that the Html after being decoded appears like this:
<div class=\"row\">
<div class=\"col-md-4 col-xs-4 col-sm-4 column\">
</div>
How can I solve it or what are the alternatives to the base64_encode function?