PHP 8.0.30
Preview: index.php Size: 999 B
/home/certprox/test.certproxywizard.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();

Directory Contents

Dirs: 5 × Files: 11

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-01-11 22:23:23
Edit Download
includes DIR
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
modules DIR
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
vendor DIR
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
1.45 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
615 B lrw-r--r-- 2026-03-01 08:58:01
Edit Download
7.57 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
1.42 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
999 B lrw-r--r-- 2026-03-01 08:58:01
Edit Download
16.37 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
108.22 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
270 B lrw-r--r-- 2026-03-01 08:58:01
Edit Download
1.19 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download
533 B lrw-r--r-- 2026-03-01 08:58:01
Edit Download
4.01 KB lrw-r--r-- 2026-03-01 08:58:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).