- 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>
30 lines
687 B
PHP
Executable File
30 lines
687 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Ovidiu
|
|
* Date: 7/20/2017
|
|
* Time: 5:46 PM
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden
|
|
}
|
|
?>
|
|
|
|
|
|
<div id="tve-ultimatum_countdown-component" class="tve-component" data-view="ultimatum_countdown">
|
|
<div class="dropdown-header" data-prop="docked">
|
|
<?php echo __( 'Ultimatum Countdown Options', 'thrive-ult'); ?>
|
|
<i></i>
|
|
</div>
|
|
<div class="dropdown-content">
|
|
<div class="row padding-top-10 middle-xs">
|
|
<div class="col-xs-12 tcb-text-center">
|
|
<button class="blue tve-button click" data-fn="change_countdown">
|
|
<?php echo __( 'Change Countdown', 'thrive-ult'); ?>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|