🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 09:59:15 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty
🔄 Refresh
✏️
Editing: functions.php
Writable
<?php if(defined('NIGHTY_URL') == false) define('NIGHTY_URL', get_template_directory()); if(defined('NIGHTY_URI') == false) define('NIGHTY_URI', get_template_directory_uri()); load_theme_textdomain( 'nighty', NIGHTY_URL . '/languages' ); // Main Feature require_once( NIGHTY_URL.'/inc/class-main.php' ); // Functions require_once( NIGHTY_URL.'/inc/functions.php' ); // Hooks require_once( NIGHTY_URL.'/inc/class-hook.php' ); // Widget require_once (NIGHTY_URL.'/inc/class-widgets.php'); // Elementor if (defined('ELEMENTOR_VERSION')) { require_once (NIGHTY_URL.'/inc/class-elementor.php'); } // WooCommerce if (class_exists('WooCommerce')) { require_once (NIGHTY_URL.'/inc/class-woo.php'); } /* Customize */ if( current_user_can('customize') ){ require_once NIGHTY_URL.'/customize/custom-control/google-font.php'; require_once NIGHTY_URL.'/customize/custom-control/heading.php'; require_once NIGHTY_URL.'/inc/class-customize.php'; } require_once ( NIGHTY_URL.'/install-resource/active-plugins.php' );
💾 Save Changes
❌ Cancel