Uname:
Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
8.0.30 [ PHP INFO ] PHP os:
Linux
Server Ip:
145.239.37.162
Your Ip:
216.73.216.190
User:
dreampi (1009562) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
$theme = wp_get_theme('Dream');
define('MOTIOX_VERSION', $theme['Version']);
define('MOTIOX_SUFFIX', (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG) ? "" : ".min");
/**
* Set the content width based on the theme's design and stylesheet.
*/
if (!isset($content_width)) {
$content_width = 980; /* pixels */
}
require get_theme_file_path('inc/class-tgm-plugin-activation.php');
$motiox = (object)array(
'version' => MOTIOX_VERSION,
/**
* Initialize all the things.
*/
'main' => require 'inc/class-main.php',
);
require get_theme_file_path('inc/functions.php');
require get_theme_file_path('inc/template-hooks.php');
require get_theme_file_path('inc/template-functions.php');
add_action('after_setup_theme', function () {
require_once get_theme_file_path('inc/merlin/vendor/autoload.php');
require_once get_theme_file_path('inc/merlin/class-merlin.php');
require_once get_theme_file_path('inc/merlin-config.php');
if (class_exists('Pavo_CPT')) {
$files = glob(trailingslashit(get_template_directory()) . 'inc/core/*.php');
foreach ($files as $file) {
require $file;
}
}
});
require_once get_theme_file_path('inc/class-customize.php');
if (motiox_is_elementor_activated()) {
require get_theme_file_path('inc/elementor/functions-elementor.php');
$motiox->elementor = require get_theme_file_path('inc/elementor/class-elementor.php');
// $motiox->theme_builder = require get_theme_file_path('inc/merlin/includes/theme-builder/theme-builder.php');
//====start_premium
$motiox->megamenu = require get_theme_file_path('inc/megamenu/megamenu.php');
//====end_premium
$motiox->parallax = require get_theme_file_path('inc/elementor/class-section-parallax.php');
$motiox->muntiparallax = require get_theme_file_path('inc/merlin/includes/base/class-multi-parallax.php');
add_action('after_setup_theme', function () {
require_once get_theme_file_path('inc/merlin/includes/base/class-custom-shapes.php');
});
if (defined('ELEMENTOR_PRO_VERSION')) {
require get_theme_file_path('inc/elementor/functions-elementor-pro.php');
}
if (motiox_is_woocommerce_activated()) {
require_once get_theme_file_path('inc/elementor/elementor-control/class-elementor-control.php');
}
}
if (!is_user_logged_in()) {
require get_theme_file_path('inc/modules/class-login.php');
}