Файловый менеджер - Редактировать - /home/barghamad/public_html/wp-content/themes/multinews/framework/shortcodes/audio.php
Назад
<?php function mom_soundcloud($atts, $content) { extract(shortcode_atts(array( 'width' => '590', 'height' => '375', 'id' => '', ), $atts)); $type="https://w.soundcloud.com/player/?url="; return '<div class="video_wrap"> <iframe width="'.$width.'" height="'.$height.'" src="'.$type.$id.'"></iframe> </div>'; } add_shortcode('mom_soundcloud', 'mom_soundcloud'); function mom_mixcloud($atts, $content) { extract(shortcode_atts(array( 'width' => '590', 'height' => '375', 'id' => '', ), $atts)); $type="//www.mixcloud.com/widget/iframe/?feed="; return '<div class="video_wrap"> <iframe width="'.$width.'" height="'.$height.'" src="'.$type.$id.'" frameborder="0"></iframe> </div>'; } add_shortcode('mixcloud', 'mom_mixcloud'); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка