- 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>
7 lines
247 B
PHTML
Executable File
7 lines
247 B
PHTML
Executable File
<div class="control-grid">
|
|
<div class="label"><?php echo __( 'Edit toggle title', 'thrive-cb' ); ?></div>
|
|
<div class="input">
|
|
<input type="text" class="change input" data-fn="changeTitle" value="<#= this.model.get('label') #>">
|
|
</div>
|
|
</div>
|