| Server IP : 89.108.64.180 / Your IP : 216.73.217.95 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/aravanatula.ru/wp-content/themes/calluna/framework/ |
Upload File : |
<?php
/**
* Set up standard theme functionality
*/
require_once get_template_directory() . '/framework/nav-menu/custom-menu.php';
require_once get_template_directory() . '/framework/menu_widgets.php';
require_once get_template_directory() . '/framework/theme-functions.php';
require_once get_template_directory() . '/framework/enqueue.php';
require_once get_template_directory() . '/framework/template-tags.php';
require_once get_template_directory() . '/framework/extras.php';
require_once get_template_directory() . '/framework/theme-support.php';
/**
* Set up customizer settings
*/
require_once get_template_directory() . '/framework/customizer.php';
/**
* Load TGM Plugin Activation Class only in admin mode
*/
if( is_admin() ){
if (! class_exists( 'TGM_Plugin_Activation' ) ) {
require_once get_template_directory() . '/framework/classes/class-tgm-plugin-activation.php';
}
//Install plugins
require_once get_template_directory() . '/framework/config/plugin-setup.php';
//Define custom meta boxes
require_once get_template_directory() . '/framework/classes/meta-boxes.php';
//Add demo import
require_once get_template_directory() . '/framework/config/demo-import.php';
require_once get_template_directory() . '/framework/cmb-field-gallery/cmb-field-gallery.php';
//Custom Metaboxes
require_once get_template_directory() . '/metabox-functions.php';
}
/**
* If Gutenberg exists, let's load in our compatibility functions.
*/
if ( calluna_is_gutenberg_active() ) {
require_once get_template_directory() . '/framework/config/gutenberg/gutenberg.php';
require_once get_template_directory() . '/framework/config/gutenberg/gutenberg-helpers.php';
}
/**
* If WPML exists, let's load in our custom functions.
*/
if ( class_exists( 'SitePress' ) ) {
require_once get_template_directory() . '/framework/config/wpml.php';
}
/**
* If Contact Form 7 exists, let's load in our custom functions.
*/
if(defined('WPCF7_VERSION')) {
require_once get_template_directory() . '/framework/config/contact-form-7.php';
}
//Custom Ajax Callbacks
require_once get_template_directory() . '/framework/config/calluna-ajax.php';
/**
* If Masterslider exists, let's load in our custom functions.
*/
if ( defined('MSWP_AVERTA_VERSION') ) {
require_once get_template_directory() . '/framework/config/masterslider.php';
}
/**
* If Hotelier exists, let's load in our custom functions.
*/
if ( class_exists('Hotelier') ) {
require get_template_directory() . '/framework/config/hotelier.php';
}
/**
* Load Jetpack compatibility file.
*/
if ( class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' ) ) {
require_once get_template_directory() . '/framework/classes/jetpack.php';
}
require_once get_template_directory() . '/framework/classes/sanitize-data.php';