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 function smarty_block_mtifblogdynamicconditional( $args, $content, &$ctx, &$repeat )..
Decoded Output download
<?php
function smarty_block_mtifblogdynamicconditional( $args, $content, &$ctx, &$repeat ) {
$blog = $ctx->stash( 'blog' );
if ( $blog->has_column( 'dynamic_conditional' ) && $blog->dynamic_conditional ) {
return $ctx->_hdlr_if( $args, $content, $ctx, $repeat, TRUE );
} else {
return $ctx->_hdlr_if( $args, $content, $ctx, $repeat, FALSE );
}
}
?>
Did this file decode correctly?
Original Code
<?php
function smarty_block_mtifblogdynamicconditional( $args, $content, &$ctx, &$repeat ) {
$blog = $ctx->stash( 'blog' );
if ( $blog->has_column( 'dynamic_conditional' ) && $blog->dynamic_conditional ) {
return $ctx->_hdlr_if( $args, $content, $ctx, $repeat, TRUE );
} else {
return $ctx->_hdlr_if( $args, $content, $ctx, $repeat, FALSE );
}
}
?>
Function Calls
None |
Stats
MD5 | 17a3498dbf1e8a519a3a3b552650994c |
Eval Count | 0 |
Decode Time | 76 ms |