Esempio n. 1
0
 function om_video_player($post_id, $args = array())
 {
     echo om_get_video_player($post_id, $args);
 }
<?php

get_template_part('includes/post-standard-header');
?>

	<?php 
if ($media = om_get_video_player(get_the_ID())) {
    ?>
		<div class="post-media">
			<?php 
    echo om_esc_sg($media);
    ?>
		</div>
	<?php 
}
?>
	
<?php 
get_template_part('includes/post-standard-footer');