Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/page-map.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

14 lines
732 B
PHTML
Executable File

<div>
<div class="tcb-page-map click mouseenter mouseleave mouseover" data-fn="boxHover" data-fn-click="selectSection" data-section="body.tve_lp">
<div class="tsp-header tsp-box click mouseenter mouseleave mouseover has-visibility-icon" data-fn-click="selectSection" data-fn="boxHover" data-section="header" data-selector=".thrv_header">
<span><?php echo __( 'Header', 'thrive-cb' ); ?></span>
</div>
<div class="lp-content tsp-content"></div>
<div class="tsp-footer tsp-box click mouseenter mouseleave mouseover has-visibility-icon" data-fn-click="selectSection" data-fn="boxHover" data-section="footer" data-selector=".thrv_footer">
<span><?php echo __( 'Footer', 'thrive-cb' ); ?></span>
</div>
</div>
</div>