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