Control Name
$attributes['control_name']
Gallery
<?php
foreach( $attributes['logos'] as $image ) :
?>
<div class="item">
<img src="<?php echo get_template_directory_uri(); ?>/inc/timthumb.php?src=<?php echo esc_url( $image['url']); ?>&w=600" loading="lazy"></a>
</div>
<?php endforeach; ?>