- 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
224 B
PHTML
Executable File
8 lines
224 B
PHTML
Executable File
<div class="control-grid tve-edit-tab-label full-width">
|
|
<div class="label">
|
|
<?php echo __( 'Edit Tab Title', 'thrive-cb' ); ?>
|
|
</div>
|
|
<div class="input">
|
|
<input type="text" class="tve-edit-tab-input"/>
|
|
</div>
|
|
</div>
|