Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WpSEOit

    (@wpseoit)

    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

    Plugin Contributor ampforwp

    (@ampforwp)

    Hello @wpseoit

    Regarding image logo URL problem I have to check the issue before giving any solution to you, so could you please recreate the issue or can you please send me the Exact URL where you are facing this issue so I can check it and provide a solution to you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Logo Image and Alt in link’ is closed to new replies.