shell bypass 403
<header id="#top" class="amp-wp-header">
<?php
if( tie_get_option( 'amp_menu_active' ) ){ ?>
<div class="hamburgermenu">
<button class="toast" on='tap:sidebar.toggle'><span></span></button>
</div>
<?php
}
?>
<div class="amp-logo">
<a href="<?php echo esc_url( $this->get( 'home_url' ) ); ?>">
<?php esc_html_e( $this->get( 'blog_name' ) ); ?>
</a>
</div>
</header>
<?php
// below Header Ad
if( tie_get_option( 'amp_ad_below_header' ) ){ ?>
<div class="amp-custom-ad amp-below-header-ad amp-ad">
<?php echo tie_get_option( 'amp_ad_below_header' ); ?>
</div>
<?php
}
?>