Exemplo n.º 1
0
?>
</th>
                        </tr>
                        <?php 
foreach ($customisableMessages as $key => $tooltip) {
    ?>
                            <tr valign="top">
                                <th scope="row">
                                    <label for="<?php 
    echo $key;
    ?>
_<?php 
    echo $id;
    ?>
"><?php 
    echo esc_html($recaptchaValidator->getMessageTemplate($key));
    ?>
</label>
                                </th>
                                <td>
                                    <input type="text" id="recaptcha_<?php 
    echo $key;
    ?>
_<?php 
    echo $id;
    ?>
" name="recaptcha_<?php 
    echo $key;
    ?>
_<?php 
    echo $id;