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
/
www
/
wp-content
/
themes
/
born-to-give
/
charitable
/
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 Studio 164a * @since 1.0.0 * @version 1.3.2 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly /** * @var Charitable_Campaign */ $campaign = $view_args[ 'campaign' ]; if ( $campaign->has_ended() ) : return; endif; ?> <a class="donate-button button btn btn-primary" href="<?php echo charitable_get_permalink( 'campaign_donation_page', array( 'campaign_id' => $campaign->ID ) ) ?>" title="<?php echo esc_attr( sprintf( _x( 'Make a donation to %s', 'make a donation to campaign', 'borntogive' ), get_the_title( $campaign->ID ) ) ) ?>"><?php esc_html_e( 'Donate', 'borntogive' ) ?></a></div>
/home/batcwwjx/www/wp-content/themes/born-to-give/charitable/campaign-loop/donate-link.php