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 ( have_posts() ) : /* Start the Loop */ while ( have_posts() ) : the_..

Decoded Output download

<?php 
	if ( have_posts() ) : 
		/* Start the Loop */ 
		while ( have_posts() ) : 
			the_post(); 
			get_template_part( 'template-parts/content' ); 
		endwhile; 
		else : 
			get_template_part( 'template-parts/content', 'none' ); 
	endif; 
	?>

Did this file decode correctly?

Original Code

<?php
	if ( have_posts() ) :
		/* Start the Loop */
		while ( have_posts() ) :
			the_post();
			get_template_part( 'template-parts/content' );
		endwhile;
		else :
			get_template_part( 'template-parts/content', 'none' );
	endif;
	?>

Function Calls

have_posts 1

Variables

None

Stats

MD5 bb49fd2617b5a572027e6ceb212a8a8c
Eval Count 0
Decode Time 102 ms