Години: 8
Височина: 130
Тегло: 25
Цвят очи: сини
Размер обувки: 34
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']))
{
?>
}
?>