HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/www/aamcc.emtiyz.com/wp-content/themes/consultar/includes/init.php
<?php
/*
 * All Consultar Theme Related Functions Files are Linked here
 * Author & Copyright:wpoceans
 * URL: http://themeforest.net/user/wpoceans
 */

/* Theme All Consultar Setup */
require_once( CONSULTAR_FRAMEWORK . '/theme-support.php' );
require_once( CONSULTAR_FRAMEWORK . '/backend-functions.php' );
require_once( CONSULTAR_FRAMEWORK . '/frontend-functions.php' );
require_once( CONSULTAR_FRAMEWORK . '/enqueue-files.php' );
require_once( CONSULTAR_CS_FRAMEWORK . '/custom-style.php' );
require_once( CONSULTAR_CS_FRAMEWORK . '/config.php' );

/* Install Plugins */
require_once( CONSULTAR_FRAMEWORK . '/theme-options/plugins/activation.php' );

/* Breadcrumbs */
require_once( CONSULTAR_FRAMEWORK . '/theme-options/plugins/breadcrumb-trail.php' );

/* Aqua Resizer */
require_once( CONSULTAR_FRAMEWORK . '/theme-options/plugins/aq_resizer.php' );

/* Bootstrap Menu Walker */
require_once( CONSULTAR_FRAMEWORK . '/core/wp_bootstrap_navwalker.php' );

/* Sidebars */
require_once( CONSULTAR_FRAMEWORK . '/core/sidebars.php' );

if ( class_exists( 'WooCommerce' ) ) :
	require_once( CONSULTAR_FRAMEWORK . '/woocommerce-extend.php' );
endif;