Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/tooltip/lg-string-input-options.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

18 lines
834 B
PHTML
Executable File

<div class="control-grid full-width pb-0">
<span>
<?php echo esc_html__( 'Add an option per line', 'thrive-cb' ); ?>
</span>
<br>
<span>
<?php echo esc_html__( 'You can optionally add a "value" along with your labels by separating them with a comma:', 'thrive-cb' ); ?>
</span>
<br>
<span><?php echo esc_html__( 'Australian Dollar,AUD', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'United States Dollar,USD', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'Philippines Pesos,PHP', 'thrive-cb' ); ?></span>
<span><?php echo esc_html__( 'Malaysian Ringit,MYR', 'thrive-cb' ); ?></span>
<br>
<a href="https://thrivethemes.com/tkb_item/using-the-manage-multiple-options-section-when-customizing-the-dropdown-custom-field/" target="_blank">
<?php echo __( 'Learn more here', 'thrive-cb' ) ?>
</a>
</div>