- 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>
27 lines
841 B
PHP
Executable File
27 lines
841 B
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Ovidiu
|
|
* Date: 4/20/2017
|
|
* Time: 4:00 PM
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden!
|
|
}
|
|
?>
|
|
|
|
<div class="thrv_wrapper thrv-fill-counter tve_red tve_normalfc thrv_data_element">
|
|
<div class="tve_fill_counter_n" style="stroke-dasharray: 476.25;" data-fill="75">
|
|
<svg viewBox="0 0 202 202" class="tve_fill_counter_circle" shape-rendering="optimizeSpeed">
|
|
<circle class="tve_fill_counter_circle_inner" r="101" cx="101" cy="101"></circle>
|
|
</svg>
|
|
<div class="tve_fill_text_in">
|
|
<div class="tve_fill_text_value">
|
|
<div class="thrv-inline-text tve_fill_text tve_editable"><div class="tve-fill-text-dynamic" contenteditable="false">75%</div></div>
|
|
</div>
|
|
<div class="thrv-inline-text tve_editable tve_data_element_label">Fill Counter</div>
|
|
</div>
|
|
</div>
|
|
</div>
|