Current File : /home/inlingua/www/bestbuyind/wp-content/themes/shopline/template/section_ribbon.php
<?php 
$hide_section = get_theme_mod( 'ribbon_section_hide');
if($hide_section == ''|| $hide_section == '0' ){
if( shortcode_exists( 'themehunk-customizer' ) ):
 do_shortcode('[themehunk-customizer section="ribbon"]');
endif; 
}?>