- 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>
8 lines
498 B
PHTML
Executable File
8 lines
498 B
PHTML
Executable File
<div class="tcb-flex flex-dir-column mt-10">
|
|
<div class="tcb-flex space-between tcb-relative">
|
|
<select id="c-s-p-palettes-select" class="change" data-fn="dom_change_palette"></select>
|
|
<span class="palettes-arrow"><?php tcb_icon('a_down'); ?></span>
|
|
<a href="javascript:void(0);" class="palettes-action-btn click" data-fn="domResetActivePalette" data-position="top" data-tooltip="<?php echo __( 'Reset Active Palette', 'thrive-cb' ); ?>"><?php tcb_icon('sync-regular'); ?></a>
|
|
</div>
|
|
</div>
|