|
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 Directory : /home/alfamiffjq/www/alfamifwp/wp-content/plugins/burger-companion/inc/decorme/ | |
|
Path: /home/alfamiffjq/www/alfamifwp/wp-content/plugins/burger-companion/inc/decorme/decorme.php
Size: 1.3 KB
Permissions: 0644
<?php
/**
* @package DecorMe
*/
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/extras.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/dynamic-style.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/sections/section-above-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-header.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-info.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-service.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-cta.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/features/decorme-typography.php';
if ( ! function_exists( 'burger_companion_decorme_frontpage_sections' ) ) :
function burger_companion_decorme_frontpage_sections() {
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/sections/section-slider.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/sections/section-info.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/sections/section-service.php';
require BURGER_COMPANION_PLUGIN_DIR . 'inc/decorme/sections/section-cta.php';
}
add_action( 'decorme_sections', 'burger_companion_decorme_frontpage_sections' );
endif;