add_action('amp_post_template_head', function() { if ( is_single() ) { $image_url = get_the_post_thumbnail_url(); if ( $image_url ) { echo ''; } } });

Skubas