- 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>
23 lines
541 B
PHTML
Executable File
23 lines
541 B
PHTML
Executable File
<h3 class="tvd-title"><?php echo __( 'Archived Campaigns', 'thrive-ult' ) ?></h3>
|
|
|
|
<div id="tvu-no-campaign-text">
|
|
<p>
|
|
<?php echo sprintf(
|
|
__( 'No archived campaigns.', 'thrive-ult' )
|
|
) ?>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="tvd-v-spacer"></div>
|
|
|
|
<div class="tvd-row" id="tvu-campaigns-list"></div>
|
|
|
|
<div class="tvd-row">
|
|
<div class="tvd-col tvd-s6">
|
|
<a href="#purge-cache" class="tvd-btn-flat tvd-btn-flat-primary tvd-btn-flat-dark tvd-waves-effect">
|
|
« <?php echo __( 'Back to Dashboard', 'thrive-ult' ) ?>
|
|
</a>
|
|
</div>
|
|
</div>
|