- 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>
17 lines
547 B
PHTML
Executable File
17 lines
547 B
PHTML
Executable File
<div class="pb-6 layout-width">
|
|
<label><#=this.label#></label>
|
|
<div class="control-grid no-space">
|
|
<div class="tve-control tabs mr-10 border"></div>
|
|
<div class="inputs">
|
|
<div class="slider-input has-clear">
|
|
<?php include plugin_dir_path( __FILE__ ) . 'input.phtml'; ?>
|
|
</div>
|
|
<div class="slider-input has-clear">
|
|
<?php include plugin_dir_path( __FILE__ ) . 'input.phtml'; ?>
|
|
</div>
|
|
<div class="slider-input has-clear">
|
|
<?php include plugin_dir_path( __FILE__ ) . 'input.phtml'; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|