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-latest-product.php
<?php  
if ( ! function_exists( 'burger_storebiz_latest_product' ) ) :
function burger_storebiz_latest_product() {
	$hs_latest_product		= get_theme_mod('hs_latest_product','1');
	if($hs_latest_product =='1'):	
		do_action( 'latest-product' );
	endif;	
}
endif;
if ( function_exists( 'burger_storebiz_latest_product' ) ) {
$section_priority = apply_filters( 'stortebiz_section_priority', 12, 'burger_storebiz_latest_product' );
add_action( 'storebiz_sections', 'burger_storebiz_latest_product', absint( $section_priority ) );
}