コード例 #1
0
ファイル: misc.php プロジェクト: SayenkoDesign/ividf
 function om_audio_player($post_id, $args = array())
 {
     echo om_get_audio_player($post_id, $args);
 }
コード例 #2
0
<?php

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

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