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
/
more-link.php
/
/
<?php /** * Displays the donate button to be displayed within campaign loops. * * Override this template by copying it to yourtheme/charitable/campaign-loop/more-link.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.2.3 * @version 1.6.29 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaign = $view_args['campaign']; ?> <p> <a class="<?php echo esc_attr( charitable_get_button_class( 'read-more' ) ); ?>" href="<?php echo esc_url( get_permalink( $campaign->ID ) ); ?>" <?php /* translators: %s: campaign title */ ?> aria-label="<?php echo esc_attr( sprintf( _x( 'Continue reading about %s', 'Continue reading about campaign', 'charitable' ), get_the_title( $campaign->ID ) ) ); ?>" > <?php esc_html_e( 'Read More', 'charitable' ); ?> </a> </p>
/home/batcwwjx/public_html/wp-content/plugins/charitable/templates/campaign-loop/more-link.php