HEX
Server: Apache
System: Linux web2.fi.cloudlogin.co 5.10.241-xeon-hst #3 SMP Fri Aug 29 13:26:38 UTC 2025 x86_64
User: otjinenec (286614)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: /home/www/otjinenevc.org/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');

	// Ajax
	require_once( GIMONT_URL.'/inc/class-ajax.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' );