SILENT KILLERPanel

Current Path: > > > home > codekrsu > escapematrixonline.com > wp-content > themes > hello-elementor


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: ///home/codekrsu/escapematrixonline.com/wp-content/themes/hello-elementor

NameTypeSizeLast ModifiedActions
assets Directory - -
includes Directory - -
modules Directory - -
template-parts Directory - -
vendor Directory - -
comments.php File 1489 bytes July 30 2024 18:12:44.
footer.php File 615 bytes January 21 2025 20:22:42.
functions.php File 7736 bytes June 08 2025 14:51:36.
header.php File 1458 bytes January 21 2025 20:22:42.
index.php File 999 bytes January 21 2025 20:22:42.
readme.txt File 16429 bytes June 08 2025 14:51:36.
screenshot.png File 110816 bytes July 11 2022 19:06:58.
sidebar.php File 270 bytes January 21 2025 20:22:42.
style.css File 1215 bytes June 08 2025 14:51:36.
theme.json File 533 bytes December 16 2024 18:05:28.
theme.php File 4109 bytes May 06 2025 23:54:40.

Reading File: ///home/codekrsu/escapematrixonline.com/wp-content/themes/hello-elementor/index.php

<?php
/**
 * The site's entry point.
 *
 * Loads the relevant template part,
 * the loop is executed (when needed) by the relevant template part.
 *
 * @package HelloElementor
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

get_header();

$is_elementor_theme_exist = function_exists( 'elementor_theme_do_location' );

if ( is_singular() ) {
	if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) {
		get_template_part( 'template-parts/single' );
	}
} elseif ( is_archive() || is_home() ) {
	if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) {
		get_template_part( 'template-parts/archive' );
	}
} elseif ( is_search() ) {
	if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'archive' ) ) {
		get_template_part( 'template-parts/search' );
	}
} else {
	if ( ! $is_elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) {
		get_template_part( 'template-parts/404' );
	}
}

get_footer();

SILENT KILLER Tool