<span class="minicart-number mn-<?php echo yith_wcwl_count_products(); ?>"><?php echo yith_wcwl_count_products(); ?></span>
span.mn-0 {
color: ...;
}
<?php
...
?>
<div id="map"></div>
<script>
var map = new GMaps({
el: '#map',
lat: <?=$company_lat ?>,
lng: <?=$company_lng ?>
});
</script>
<?php
...
?>
this.initialize.apply(this, arguments)
this.initialize(arguments[0], arguments[1], arguments[2], ...)
for(i = 0; i < pairs.length; i++)
for(var i = 0; i < pairs.length; i++)
for(i = 0; i < arr.length-1; i++){
...
}