Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/lead-generation/consent.phtml
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

17 lines
793 B
PHTML
Executable File

<hr>
<div class="consent-description mb-10">
<div class="tcb-modal-tab-item-title mb-5"><?php echo __( 'GDPR requirements', 'thrive-cb' ) ?></div>
<div class="warning">
<span><?php echo sprintf( __( 'Define which connections will receive data when the checkbox is %snot ticked%s by the user', 'thrive-cb' ), '<b>','</b>' ); ?></span>
<a href="https://thrivethemes.com/tkb_item/how-to-set-up-the-gdpr-custom-field-type/" target="_blank">
<?php echo __( 'Learn more', 'thrive-cb' ) ?>
</a>
</div>
</div>
<div class="api-list no-space"></div>
<div class="info-text mandatory-info blue mt-10" style="display: none">
<?php tcb_icon( 'info' ); ?>
<?php echo sprintf( __( 'Your GDPR checkbox %swill require%s confirmation to submit the form.', 'thrive-cb' ), '<b>','</b>' ); ?>
</div>