SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > themes > hello-elementor


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content/themes/hello-elementor

NameTypeSizeLast ModifiedActions
assets Directory - -
includes Directory - -
template-parts Directory - -
vendor Directory - -
comments.php File 1489 bytes January 21 2025 20:39:36.
customizer.css File 1396 bytes January 21 2025 20:39:36.
customizer.min.css File 1172 bytes January 21 2025 20:39:36.
editor-styles.css File 838 bytes January 21 2025 20:39:36.
editor-styles.min.css File 563 bytes January 21 2025 20:39:36.
editor.css File 318 bytes January 21 2025 20:39:36.
editor.min.css File 259 bytes January 21 2025 20:39:36.
footer.php File 615 bytes January 21 2025 20:39:36.
functions.php File 7643 bytes January 21 2025 20:39:36.
header-footer.css File 8580 bytes January 21 2025 20:39:36.
header-footer.min.css File 7212 bytes January 21 2025 20:39:36.
header.php File 1458 bytes January 21 2025 20:39:36.
index.php File 999 bytes January 21 2025 20:39:36.
readme.txt File 15786 bytes January 21 2025 20:39:36.
screenshot.png File 110816 bytes January 21 2025 20:39:36.
sidebar.php File 270 bytes January 21 2025 20:39:36.
style.css File 11507 bytes January 21 2025 20:39:36.
style.min.css File 5501 bytes January 21 2025 20:39:36.
theme.css File 6490 bytes January 21 2025 20:39:36.
theme.json File 533 bytes January 21 2025 20:39:36.
theme.min.css File 5069 bytes January 21 2025 20:39:36.

Reading File: /home/transcarter/public_html/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