- 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
636 B
PHTML
Executable File
17 lines
636 B
PHTML
Executable File
<div class="">
|
|
<p class="m-0"><?php echo __( 'Audio', 'thrive-cb' ) ?></p>
|
|
<#if(!this.selection||!this.selection.title){#>
|
|
<button class="click tve-button white mt-5 mb-5 border w-100" data-fn="open_media">
|
|
<#=this.labels.choose#>
|
|
</button>
|
|
<#}#>
|
|
<#if(this.selection&&this.selection.title){#>
|
|
<div class="video-picker control-grid mb-5">
|
|
<span class="tcb-truncate t-80"><#=this.selection.title#></span>
|
|
<a href="javascript:void(0)" class="image-edit click" data-fn="open_media" data-tooltip="<?php echo __( 'Change Audio', 'thrive-cb' ) ?>">
|
|
<?php tcb_icon( 'exchange-regular' ) ?>
|
|
</a>
|
|
</div>
|
|
<#}#>
|
|
</div>
|