Your IP : 216.73.216.187


Current Path : /home/e/x/h/exhehbu/wp/wp-content/themes/revolution/vc_templates/
Upload File :
Current File : /home/e/x/h/exhehbu/wp/wp-content/themes/revolution/vc_templates/thb_play.php

<?php function thb_play( $atts, $content = null ) {
	ob_start();
	$out = '';
	?>
	<a class="thb_video_play" href="#"><?php get_template_part( 'assets/img/svg/play_pause.svg' ); ?></a>

	<?php
	$out = ob_get_clean();
	return $out;
}
thb_add_short( 'thb_play', 'thb_play' );