Ошибка после загрузки видео- отзыва
-
На сайте после загрузки видео- отзыва на страницу “отзывы” выпадает ошибка в верху страницы:
Notice: Undefined index: muted in /home/ustanovka1/ipm-service.ru/docs/wp-content/themes/sv/framework/php/function-set-avia-frontend.php on line 613
в АДМИН ПАНЕЛИ СЛЕДУЯ ПУТИ ОШИБКИ СЛЕДУЮЩЕЕ:
611 $autoplay = $attributes[‘autoplay’] == 1 ? ‘autoplay’ : ”;
612 $loop = $attributes[‘loop’] == 1 ? ‘loop’ : ”;
613 $muted = $attributes[‘muted’] == 1 ? ‘muted’ : ”;if( ! empty( $attributes[‘preload’] ) )
{
$metadata = ‘preload=”‘ . $attributes[‘preload’] . ‘”‘;
}
else
{
$metadata = $attributes[‘loop’] == 1 ? ‘preload=”metadata”‘ : ‘preload=”auto”‘;
}$uid = ‘player_’.get_the_ID().’_’.mt_rand().’_’.mt_rand();
$output .= ‘<video class=”avia_video” ‘.$image.’ ‘.$autoplay.’ ‘.$loop.’ ‘.$metadata.’ ‘.$muted.’ controls id=”‘.$uid.'” >’;
foreach ($types as $key => $type)
{
if($path_split[2] == $key || avia_is_200($path_split[1].’.’.$key))
{
$output .= ‘ <source src=”‘.$path_split[1].’.’.$key.'” ‘.$type.’ />’;
}
}
- The topic ‘Ошибка после загрузки видео- отзыва’ is closed to new replies.