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/comments.php

<?php
/**
 * The template for displaying the list of comments and the comment form.
 *
 * @package HelloElementor
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

if ( ! post_type_supports( get_post_type(), 'comments' ) ) {
	return;
}

if ( ! have_comments() && ! comments_open() ) {
	return;
}

// Comment Reply Script.
if ( comments_open() && get_option( 'thread_comments' ) ) {
	wp_enqueue_script( 'comment-reply' );
}
?>
<section id="comments" class="comments-area">

	<?php if ( have_comments() ) : ?>
		<h2 class="title-comments">
			<?php
			$comments_number = get_comments_number();
			if ( '1' === $comments_number ) {
				printf( esc_html_x( 'One Response', 'comments title', 'hello-elementor' ) );
			} else {
				printf(
					/* translators: %s: Number of comments. */
					esc_html(
						_nx(
							'%s Response',
							'%s Responses',
							$comments_number,
							'comments title',
							'hello-elementor'
						)
					),
					esc_html( number_format_i18n( $comments_number ) )
				);
			}
			?>
		</h2>

		<?php the_comments_navigation(); ?>

		<ol class="comment-list">
			<?php
			wp_list_comments(
				[
					'style'       => 'ol',
					'short_ping'  => true,
					'avatar_size' => 42,
				]
			);
			?>
		</ol>

		<?php the_comments_navigation(); ?>

	<?php endif; ?>

	<?php
	comment_form(
		[
			'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title">',
			'title_reply_after'  => '</h2>',
		]
	);
	?>

</section>

SILENT KILLER Tool