Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
public function generate_html_html($BjvEX, $Se3rn) { $tfLtI = $this->get_fie..
Decoded Output download
<? public function generate_html_html($BjvEX, $Se3rn) {
$tfLtI = $this->get_field_key($BjvEX);
$EtOWO = array(
'title' => '',
'type' => 'html',
'description' => ''
);
$Se3rn = wp_parse_args($Se3rn, $EtOWO);
ob_start();
echo '<tr valign="top">
<th scope="row" class="titledesc">
<label for="';
echo esc_attr($tfLtI);
echo '">';
echo wp_kses_post($Se3rn['title']);
echo '</label>
</th>
<td class="forminp">';
echo $Se3rn['description'];
echo '</td>
</tr>';
return ob_get_clean();
} ?>
Did this file decode correctly?
Original Code
public function generate_html_html($BjvEX, $Se3rn) {
$tfLtI = $this->get_field_key($BjvEX);
$EtOWO = array(
'title' => '',
'type' => 'html',
'description' => ''
);
$Se3rn = wp_parse_args($Se3rn, $EtOWO);
ob_start();
echo '<tr valign="top">
<th scope="row" class="titledesc">
<label for="';
echo esc_attr($tfLtI);
echo '">';
echo wp_kses_post($Se3rn['title']);
echo '</label>
</th>
<td class="forminp">';
echo $Se3rn['description'];
echo '</td>
</tr>';
return ob_get_clean();
}
Function Calls
None |
Stats
MD5 | 2ce3f0226389ccabca7a08278092c7a7 |
Eval Count | 0 |
Decode Time | 36 ms |