X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/wordfence/views/common
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
wordfence
/
views
/
common
/
ðŸ“
..
📄
block-navigation-option.php
(1.44 KB)
📄
indeterminate-progress.php
(2.8 KB)
📄
license.php
(3.38 KB)
📄
modal-prompt.php
(3.29 KB)
📄
page-fixed-tabbar.php
(1.63 KB)
📄
page-help.php
(382 B)
📄
page-tabbar.php
(785 B)
📄
page-title.php
(2.08 KB)
📄
section-subtitle.php
(1.31 KB)
📄
section-title.php
(1.3 KB)
📄
status-circular.php
(927 B)
📄
status-critical.php
(1.68 KB)
📄
status-detail.php
(1.7 KB)
📄
status-tooltip.php
(1.89 KB)
📄
status-warning.php
(1.65 KB)
📄
unsubscribe.php
(4.01 KB)
Editing: status-circular.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Expects $id, $diameter (in pixels), $percentage (as decimal value), $inactiveColor, and $activeColor to be defined. * $animateIn is optional and defaults to true. * $strokeWidth is option and defaults to 3 (pixels). * * @var string $id */ if (!isset($animateIn)) { $animateIn = true; } if (!isset($strokeWidth)) { $strokeWidth = 3; } $strokeWidth = intval($strokeWidth); $diameter = intval($diameter); ?> <div id="<?php echo esc_attr($id); ?>" class="wf-status-circular"></div> <script type="application/javascript"> (function($) { $('#<?php echo esc_attr($id); ?>').wfCircularProgress({ endPercent: <?php echo $percentage; ?>, color: '<?php echo esc_attr($activeColor); ?>', inactiveColor: '<?php echo esc_attr($inactiveColor); ?>', strokeWidth: <?php echo $strokeWidth; ?>, diameter: <?php echo $diameter; ?>, }); })(jQuery); </script>
Upload File
Create Folder