uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
.
/
wp-content
/
plugins
/
.
/
charitable
/
templates
/
campaign
/
progress-bar.php
/
/
<?php /** * Displays the campaign progress bar. * * Override this template by copying it to yourtheme/charitable/campaign/progress-bar.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign Page * @since 1.0.0 * @version 1.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaign = $view_args['campaign']; if ( ! $campaign->has_goal() ) : return; endif; ?> <div class="campaign-progress-bar" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="<?php echo $campaign->get_percent_donated_raw(); // phpcs:ignore ?>"><span class="bar" style="width: <?php echo $campaign->get_percent_donated_raw(); // phpcs:ignore ?>%;"></span></div>
/home/batcwwjx/./public_html/./wp-content/plugins/./charitable/templates/campaign/progress-bar.php