AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.219.24.151   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/weglot/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/weglot/templates/webmention-comments.php
<?php
$mentions = get_comments(
	array(
		'post_id'    => get_the_ID(),
		'type__in'   => get_webmention_comment_type_names(),
		'meta_query' => array(
			array(
				'key'     => 'protocol',
				'compare' => 'EXISTS',
			),
		),
		'status'     => 'approve',
	)
);

$grouped_mentions = separate_comments( $mentions );
$fold_limit       = get_option( 'webmention_facepile_fold_limit', 0 );

do_action( 'webmention_before_reaction_list' );

foreach ( $grouped_mentions as $mention_type => $mentions ) {
	if ( empty( $mentions ) ) {
		continue;
	}
	?>

<ul class="reaction-list reaction-list--<?php echo esc_attr( $mention_type ); ?>">
	<h2><?php echo get_webmention_comment_type_attr( $mention_type, 'label' ); ?></h2>

	<?php
	if ( ( $fold_limit > 0 ) && $fold_limit < count( $mentions ) ) {
		$overflow = array_slice( $mentions, $fold_limit );
		$show     = array_slice( $mentions, 0, $fold_limit );
		?>
		<details class="webmention-facepile">
		<summary>
		<?php
			wp_list_comments(
				array(
					'avatar_only' => true,
					'avatar_size' => 64,
				),
				$show
			);
		?>
		</summary>
		<?php
			wp_list_comments(
				array(
					'avatar_only' => true,
					'avatar_size' => 64,
				),
				$overflow
			);
		?>
		</details>
		<?php
	} else {
		wp_list_comments(
			array(
				'avatar_only' => true,
				'avatar_size' => 64,
			),
			$mentions
		);
	}
	?>
</ul>
	<?php
}

do_action( 'webmention_after_reaction_list' );

Anon7 - 2022
AnonSec Team