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
/
summary.php
/
/
<?php /** * Displays the campaign summary. * * Override this template by copying it to yourtheme/charitable/campaign/summary.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign Page * @since 1.0.0 * @version 1.0.0 */ $campaign = $view_args['campaign']; /** * Do something before the campaign summary is rendered. * * @since 1.0.0 * * @param Charitable_Campaign $campaign The Campaign instance. */ do_action( 'charitable_campaign_summary_before', $campaign ); ?> <div class="campaign-summary"> <?php /** * Do something while the campaign summary is rendered. * * By default, the following callbacks are run on the * `charitable_campaign_summary` hook: * * - charitable_template_campaign_percentage_raised (priority: 4) * - charitable_template_campaign_donation_summary (priority: 6) * - charitable_template_campaign_donor_count (priority: 8) * - charitable_template_campaign_time_left (priority: 10) * - charitable_template_donate_button (priority: 12) * * @since 1.0.0 * * @param Charitable_Campaign $campaign The Campaign instance. */ do_action( 'charitable_campaign_summary', $campaign ); ?> </div> <?php /** * Do something after the campaign summary is rendered. * * @since 1.0.0 * * @param Charitable_Campaign $campaign The Campaign instance. */ do_action( 'charitable_campaign_summary_after', $campaign );
/home/batcwwjx/public_html/././wp-content/plugins/./charitable/templates/campaign/summary.php