<?php
$link_file_nghe = get_field(‘link_file_nghe_mp3’);
if ($link_file_nghe) {
echo ‘<audio controls style=”margin-top: 20px; width: 100%;”>
<source src=”‘ . esc_url($link_file_nghe) . ‘” type=”audio/mpeg”>
Your browser does not support the audio element.
</audio>’;
}
?>
Cuốn sách 1000 useful
Mã giảm giá của chúng tôi
WEL2K - Đơn từ 100k
WEL3K - Đơn từ 150k
WEL5K - Đơn từ 250k
<?php
$link_file_nghe = get_field(‘link_file_nghe_mp3’);
if ($link_file_nghe) {
echo ‘<audio controls style=”margin-top: 20px; width: 100%;”>
<source src=”‘ . esc_url($link_file_nghe) . ‘” type=”audio/mpeg”>
Your browser does not support the audio element.
</audio>’;
}
?>
Đánh giá
Chưa có đánh giá nào.