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-link.php
/
/
<?php /** * Displays the donate button to be displayed within campaign loops. * * Override this template by copying it to yourtheme/charitable/campaign-loop/donate-link.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.0.0 * @version 1.8.1.12 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaign = $view_args['campaign']; if ( ! $campaign->can_receive_donations() ) : return; endif; $button_label = apply_filters( 'charitable_campaign_loop_donate_button_label', esc_html__( 'Donate', 'charitable' ), $campaign ); ?> <div class="<?php echo esc_attr( apply_filters( 'charitable_campaign_loop_donate_link_div_css', 'campaign-donation', $campaign ) ); ?>"> <a class="<?php echo esc_attr( charitable_get_button_class( 'donate' ) ); ?>" href="<?php echo charitable_get_permalink( 'campaign_donation_page', array( 'campaign_id' => $campaign->ID ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" aria-label=" <?php /* translators: %s: Campaign title */ echo esc_attr( sprintf( _x( 'Make a donation to %s', 'make a donation to campaign', 'charitable' ), get_the_title( $campaign->ID ) ) ); ?> "> <?php echo esc_html( $button_label ); ?> </a> </div>
/home/batcwwjx/public_html/wp-content/plugins/charitable/templates/campaign-loop/./donate-link.php