- 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>
36 lines
1.3 KiB
PHTML
Executable File
36 lines
1.3 KiB
PHTML
Executable File
<h3 class="tvd-title">
|
|
<?php echo __( 'Multi Page Campaigns', 'thrive-ult' ) ?>
|
|
<a class="tvd-waves-effect tvd-waves-light tvd-btn tvd-btn-small click tvu-add-new-campaign">
|
|
<?php echo __( 'Add New', 'thrive-ult' ); ?>
|
|
</a>
|
|
</h3>
|
|
|
|
<div class="" id="tvu-no-campaign-text">
|
|
<p>
|
|
<?php echo sprintf(
|
|
__( "You don't have any campaigns set up yet. Click %s below to start setting up your first one or %s.", 'thrive-ult' ),
|
|
'<strong>' . __( 'New Campaign', 'thrive-ult' ) . '</strong>',
|
|
tve_ult_video( 'jW01JfxSq5I', __( 'watch a Quick Start Tutorial', 'thrive-ult' ), '', false )
|
|
) ?>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="tvd-v-spacer"></div>
|
|
<div class="tvd-row" id="tvu-campaigns-list">
|
|
<div class="tvd-col tvd-s6 tvd-ms6 tvd-m4 tvd-l3 tvu-add-campaign tvd-pointer">
|
|
<div class="tvd-card tvd-large tvd-card-new tvd-valign-wrapper">
|
|
<div class="tvd-card-content tvd-valign tvd-center-align">
|
|
<i class="tvd-icon-plus tvd-icon-rounded tvd-icon-medium"></i>
|
|
<h4><?php echo __( 'New Campaign', 'thrive-ult' ) ?></h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="tvd-row">
|
|
<a href="#dashboard/archived-campaigns" id="tvu-add-conversion-event"
|
|
class="tvu-add-conversion-event tvd-btn tvd-btn-blue tvd-waves-effect tvd-waves-light tvd-margin-left">
|
|
<?php echo __( 'Archived campaigns', 'thrive-ult' ) ?>
|
|
</a>
|
|
</div>
|