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 echo $level->price > 0 ? rcp_currency_filter( $level->price ) : __( 'free', 'rcp' );..

Decoded Output download

<?php echo $level->price > 0 ? rcp_currency_filter( $level->price ) : __( 'free', 'rcp' ); ?>

Did this file decode correctly?

Original Code

<?php echo $level->price > 0 ? rcp_currency_filter( $level->price ) : __( 'free', 'rcp' ); ?>

Function Calls

None

Variables

None

Stats

MD5 b4793b8f99e868f800df4c7a1223848b
Eval Count 0
Decode Time 69 ms