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

Signing you up...

Thank you for signing up!

PHP Decode

echo '<li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage"..

Decoded Output download

<?  echo '<li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" href="' . $args['home_link'] . '/' . $slug['slug'] . '/"><span property="name">' . $post_type->labels->singular_name . '</span></a><meta property="position" content="' . $item_position . '"></li>'; ?>

Did this file decode correctly?

Original Code

echo '<li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" href="' . $args['home_link'] . '/' . $slug['slug'] . '/"><span property="name">' . $post_type->labels->singular_name . '</span></a><meta property="position" content="' . $item_position . '"></li>';

Function Calls

None

Variables

None

Stats

MD5 6fa9bcfad4d2a79a56ebbd896f51ee85
Eval Count 0
Decode Time 47 ms