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