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-loop
/
donate-modal.php
/
/
<?php /** * Displays the donate button to be displayed on campaign pages. * * Override this template by copying it to yourtheme/charitable/campaign-loop/donate-modal.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.2.3 * @version 1.6.29 */ $campaign = $view_args['campaign']; ?> <div class="campaign-donation"> <a data-trigger-modal="charitable-donation-form-modal-loop" data-campaign-id="<?php echo esc_html( $campaign->ID ); ?>" class="<?php echo esc_attr( charitable_get_button_class( 'donate' ) ); ?>" href="<?php echo esc_url( charitable_get_permalink( 'campaign_donation_page', array( 'campaign_id' => $campaign->ID ) ) ); ?>" <?php // translators: aria-label for the donate button on the campaign loop. ?> aria-label="<?php echo esc_attr( sprintf( _x( 'Make a donation to %s', 'make a donation to campaign', 'charitable' ), get_the_title( $campaign->ID ) ) ); ?>"> <?php esc_html_e( 'Donate', 'charitable' ); ?> </a> </div>
/home/batcwwjx/public_html/wp-content/plugins/charitable/templates/campaign-loop/donate-modal.php