HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/PluginBackup/burger-companion/inc/storebiz/sections/section-feature-product.php
<?php  
if ( ! function_exists( 'burger_storebiz_feature_product' ) ) :
function burger_storebiz_feature_product() {
	$hs_featured_product	= get_theme_mod('hs_featured_product','1'); 
	if($hs_featured_product =='1'):
		do_action( 'featured-product' );
	endif;	
}
endif;
if ( function_exists( 'burger_storebiz_feature_product' ) ) {
$section_priority = apply_filters( 'stortebiz_section_priority', 14, 'burger_storebiz_feature_product' );
add_action( 'storebiz_sections', 'burger_storebiz_feature_product', absint( $section_priority ) );
}