- 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>
15 lines
542 B
PHTML
Executable File
15 lines
542 B
PHTML
Executable File
<div class="tvu-timeline-col tvu-timeline-col-first">
|
|
<a href="javascript:void(0)" id="tvu-add-timeline-event"
|
|
class="tvu-add-timeline-event tvd-tooltipped" data-tooltip="<?php echo __( "Add new event to timeline", 'thrive-ult' ) ?>" data-position="right">
|
|
<span class="tvd-icon-plus"></span>
|
|
</a>
|
|
<div class="tvu-timeline-date">
|
|
<#= item.getLabel() #>
|
|
</div>
|
|
</div>
|
|
<div class="tvu-timeline-col tvu-timeline-col-second">
|
|
<p class="tvu-timeline-end tvd-no-margin">
|
|
<?php echo __( "Campaign end", 'thrive-ult' ) ?>
|
|
</p>
|
|
</div>
|