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