Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/menu/lpfonts.php
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

20 lines
701 B
PHP
Executable File

<div id="tve-lpfonts-component" class="tve-component default-visible">
<div class="action-group">
<div class="dropdown-header" data-prop="docked">
<div class="group-description">
<?php echo esc_html__( 'Typography', 'thrive-cb' ); ?>
</div>
<i></i>
</div>
<div class="dropdown-content">
<?php if ( tcb_editor()->is_landing_page() ) : ?>
<div class="typography-message-container">
<section class="typography-component-section">
<span class="message-topography "><?php echo esc_html__( 'Landing page typography is now more easily accessible in the Central Style Panel', 'thrive-cb' ); ?></span>
</section>
</div>
<?php endif; ?>
</div>
</div>
</div>