- 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>
9 lines
610 B
PHTML
Executable File
9 lines
610 B
PHTML
Executable File
<div class="control-grid full-width pb-0">
|
|
<p class="mb-10 mt-0">
|
|
<?php echo __( 'You can optionally add a field name to help you identify what the field is for. This can be useful if you have multiple fields and you\'re sending the collected data via email. The field name that you\'ve set would show in the email as opposed to something generic like "Text 1".', 'thrive-cb' ) ?>
|
|
</p>
|
|
<p class="m-0">
|
|
<?php echo __( 'Field names are optional, don\'t affect the submission of data to autoresponders and are entirely for your benefit as a user.', 'thrive-cb' ); ?>
|
|
</p>
|
|
</div>
|