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
/
donate-link.php
/
/
<?php /** * Displays the donate button to be displayed on campaign pages. * * Override this template by copying it to yourtheme/charitable/campaign/donate-link.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign Page * @since 1.0.0 * @version 1.6.29 */ if ( ! array_key_exists( 'campaign', $view_args ) || ! is_a( $view_args['campaign'], 'Charitable_Campaign' ) ) : return; endif; $campaign = $view_args['campaign']; if ( ! $campaign->can_receive_donations() ) : return; endif; $label = sprintf( /* translators: %s: campaign title */ esc_attr_x( 'Make a donation to %s', 'make a donation to campaign', 'charitable' ), get_the_title( $campaign->ID ) ); ?> <div class="campaign-donation"> <a href="#charitable-donation-form" class="<?php echo esc_attr( charitable_get_button_class( 'donate' ) ); ?>" aria-label="<?php echo esc_attr( $label ); ?>" > <?php esc_html_e( 'Donate', 'charitable' ); ?> </a> </div>
/home/batcwwjx/./public_html/wp-content/plugins/charitable/templates/campaign/donate-link.php