Hi again.
We partially solved the image logo’s url problem adding this line:
$metadata[‘publisher’][‘logo’][‘url’] = stripslashes($metadata[‘publisher’][‘logo’][‘url’]);
at row 50 of the file:
includes/vendor/amp/includes/amp-post-template-actions.php
Is where the entire array will be converted through json. We stripped the backslash from the url before it was converted and it works.
There is a way to do this using filter/hooks?
thanks
Best regards