Done !
| Server IP : 87.98.154.146 / Your IP : 216.73.216.74 Web Server : Apache System : Linux webm011.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : alfamiffjq ( 77889) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alfamiffjq/www/alfamifwp/wp-content/plugins/burger-companion/inc/storewise/ |
Upload File : |
<?php
/**
* @package StoreWise
*/
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/extras.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/dynamic-style.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/sections/section-above-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storewise/sections/section-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/features/storebiz-above-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/features/storebiz-testimonial.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/features/storebiz-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/shopmax/features/storebiz-info.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/features/storebiz-typography.php';
/**
* Remove Customize Panel
*/
function storewise_remove_parent_setting( $wp_customize ) {
$wp_customize->remove_control('slider_content_right_head');
$wp_customize->remove_control('hs_slider_content_right');
$wp_customize->remove_control('slider_right_info');
}
add_action( 'customize_register', 'storewise_remove_parent_setting',99 );
if ( ! function_exists( 'burger_companion_storebiz_frontpage_sections' ) ) :
function burger_companion_storebiz_frontpage_sections() {
require BURGER_COMPANION_PLUGIN_DIR . 'inc/shopmax/sections/section-info.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/sections/section-latest-product.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/sections/section-feature-product.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/storebiz/sections/section-testimonial.php';
}
add_action( 'storebiz_sections', 'burger_companion_storebiz_frontpage_sections' );
endif;