- 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>
15 lines
809 B
PHTML
Executable File
15 lines
809 B
PHTML
Executable File
<div class="mt-10 tcb-hidden global-edit-warning" id="global-gradient-edit-warning">
|
|
<span id="global-gradient-edit-msg"><?php echo __( 'Careful, you are editing a global gradient.', 'thrive-cb' ); ?></span>
|
|
<a href="https://thrivethemes.com/tkb_item/how-to-use-the-global-gradients-feature/#globalgradient_edit" target="_blank"><?php echo __( 'Learn more', 'thrive-cb' ); ?></a>
|
|
</div>
|
|
<div class="mt-6">
|
|
<span class="click open color-menu-item tcb-favorites-toggle-control" data-dropdown-base-selector=".tcb-favorites-toggle-" data-fn="toggleGradientDropdown">
|
|
<i></i> <?php echo __( 'My Gradients', 'thrive-cb' ); ?>
|
|
</span>
|
|
</div>
|
|
<div class="tcb-favorites-toggle-content">
|
|
<div id="gradient-details"></div>
|
|
<div id="add-gradient"></div>
|
|
<div class="saved-gradients-container mt-5"></div>
|
|
</div>
|