Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php if ( post_password_required() ) { return; } ?> <?php if ( have_comments() ){?> ..

Decoded Output download

<?php
	if ( post_password_required() ) {
		return;
	}
?>

<?php if ( have_comments() ){?>
	<div class="shuoshuo-comments">
		<?php /*the_comments_navigation();*/ ?>
		<ol class="comment-list">
			<?php
				wp_list_comments(
					array(
						'type'      => 'comment',
						'callback'  => 'argon_comment_shuoshuo_preview_format'
					)
				);
			?>
		</ol>
		<?php /*the_comments_navigation();*/ ?>
	</div>
<?php }?>

Did this file decode correctly?

Original Code

<?php
	if ( post_password_required() ) {
		return;
	}
?>

<?php if ( have_comments() ){?>
	<div class="shuoshuo-comments">
		<?php /*the_comments_navigation();*/ ?>
		<ol class="comment-list">
			<?php
				wp_list_comments(
					array(
						'type'      => 'comment',
						'callback'  => 'argon_comment_shuoshuo_preview_format'
					)
				);
			?>
		</ol>
		<?php /*the_comments_navigation();*/ ?>
	</div>
<?php }?>

Function Calls

post_password_required 1

Variables

None

Stats

MD5 41ac62f97fa73ceb0e6a50c926927727
Eval Count 0
Decode Time 70 ms