get( 'featured_image' );
if ( $featured_image ) {
$amp_html = $featured_image['amp_html'];
$caption = $featured_image['caption']; ?>
get('post_amp_content');
} else {
// Custom/Alternative AMP content added through post meta
$ampforwp_the_content = $template->get('ampforwp_amp_content');
}
$ampforwp_the_content = apply_filters('ampforwp_modify_the_content', $ampforwp_the_content);
echo $ampforwp_the_content;
do_action( 'ampforwp_after_post_content', $template );
?>
get( 'featured_image' );
if ( $featured_image ) {
$amp_html = $featured_image['amp_html'];
$caption = $featured_image['caption']; ?>
get('post_amp_content');
} else {
// Custom/Alternative AMP content added through post meta
$ampforwp_the_content = $template->get('ampforwp_amp_content');
}
$ampforwp_the_content = apply_filters('ampforwp_modify_the_content', $ampforwp_the_content);
echo $ampforwp_the_content;
do_action( 'ampforwp_after_post_content', $template ); ?>