File "video.php"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/postformats/video.php
File size: 224 bytes
MIME-type: text/plain
Charset: utf-8

<figure class="post-featured-section post-featured-video">
	<?php 
	$id = get_the_ID();
	$embed = get_post_meta($id , 'goya_post_featured_video', true); 

	echo apply_filters( 'goya_post_video_embed', $embed );
	?>
</figure>