Viewing 1 replies (of 1 total)
  • frenchomatic

    (@frenchomatic)

    Take a look in /wp-content/plugins/accelerated-mobile-pages/components/logo/logo.php

    <amp-img src="<?php echo $redux_builder_amp['opt-media']['url']; ?>" width="<?php echo ampforwp_default_logo('width'); ?>" height="<?php echo ampforwp_default_logo('height'); ?>" alt="<?php echo $alt; ?>" class="amp-logo" layout="responsive"></amp-img>

    However, the logo part of the structured data is added in features.php using a filter around line 1130 :

    function ampforwp_update_metadata( $metadata, $post )

Viewing 1 replies (of 1 total)

The topic ‘how to get the logo path ?’ is closed to new replies.