- 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>
21 lines
736 B
PHP
Executable File
21 lines
736 B
PHP
Executable File
<ul class="tvd-right">
|
|
<li>
|
|
<a href="#" class="dropdown-button" data-activates="dropdown1">
|
|
<i class="tvd-icon-settings" style="font-size: 12px;"></i>
|
|
<?php echo __( 'Settings', 'thrive-ult') ?>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<ul id="dropdown1" class="dropdown-content">
|
|
<li>
|
|
<a id="tu-purge-cache" href="#purge-cache" class="tvd-tooltipped"
|
|
data-tooltip="<?php echo __( 'Clear the cache for impressions and conversions displayed for each campaign in Ultimatum Dashboard', 'thrive-ult') ?>">
|
|
<i class="tvd-icon-loop2" style="font-size: 12px;"></i>
|
|
<?php echo __( 'Purge Cache', 'thrive-ult') ?>
|
|
</a>
|
|
</li>
|
|
<li><a id="date_time_settings" href="#"><?php echo __( 'Date & Time Settings', 'thrive-ult') ?></a></li>
|
|
</ul>
|