if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
$theme_class = 'dark' === $this->get_elementor_ui_theme_preference() ? 'eps-theme-dark' : '';
<html <?php language_attributes(); ?>>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php echo esc_html__( 'Elementor', 'elementor' ) . ' ... '; ?></title>
<?php wp_print_styles(); ?>
<body class="<?php Utils::print_unescaped_internal_string( $theme_class ); ?>">
<?php wp_print_footer_scripts(); ?>