HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/refonte2023/wordpress/wp-content/themes/gimont/functions.php
<?php
	if(defined('GIMONT_URL') 	== false) 	define('GIMONT_URL', get_template_directory());
	if(defined('GIMONT_URI') 	== false) 	define('GIMONT_URI', get_template_directory_uri());

	load_theme_textdomain( 'gimont', GIMONT_URL . '/languages' );

	// Main Feature
	require_once( GIMONT_URL.'/inc/class-main.php' );

	// Functions
	require_once( GIMONT_URL.'/inc/functions.php' );

	// Hooks
	require_once( GIMONT_URL.'/inc/class-hook.php' );

	// Widget
	require_once (GIMONT_URL.'/inc/class-widgets.php');

	// Metabox Give Donation
	require_once( GIMONT_URL.'/give/metabox/init.php' );
	

	// Elementor
	if (defined('ELEMENTOR_VERSION')) {
		require_once (GIMONT_URL.'/inc/class-elementor.php');
	}
	
	// WooCommerce
	if (class_exists('WooCommerce')) {
		require_once (GIMONT_URL.'/inc/class-woo.php');	
	}
	
	
	/* Customize */
	if( current_user_can('customize') ){
	    require_once GIMONT_URL.'/customize/custom-control/google-font.php';
	    require_once GIMONT_URL.'/customize/custom-control/heading.php';
	    require_once GIMONT_URL.'/inc/class-customize.php';
	}
    
   
	require_once ( GIMONT_URL.'/install-resource/active-plugins.php' );