Fix shortcodes

This commit is contained in:
Vencislav Atanasov 2024-10-31 00:52:24 +02:00
parent 0f493a950f
commit 5fc953c7ec
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ if ($activeStream) {
?> ?>
<div> <div>
<h3><?php e_($track); ?></h3> <h3><?php e_($track); ?></h3>
<?php do_shortcode('[stream-player track="' . $track . '"]'); ?> <?php echo do_shortcode('[stream-player track="' . $track . '"]'); ?>
</div> </div>
<?php <?php
} }