Години: 10
Височина: 140
Тегло: 30
Цвят очи: черни
Размер обувки: 35
function display_some_product_attributesvvv(){
$out = '';
while( have_rows('videos') ): the_row();
$out .= get_sub_field('model_video');
endwhile;
return $out;
}
echo display_some_product_attributesvvv();
$ff = get_field( "first_image" );
if (!empty($ff['url']))
{
?>
}
?>