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;