uawdijnntqw1x1x1
IP : 216.73.216.128
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
/
content-donation-receipt.php
/
/
<?php /** * Displays the donation receipt. * * Override this template by copying it to yourtheme/charitable/content-donation-receipt.php * * @author WP Charitable LLC * @package Charitable/Templates/Donation Receipt * @since 1.0.0 * @version 1.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $content = $view_args['content']; $donation = $view_args['donation']; /** * Add something before the donation receipt and the page content. * * @since 1.5.0 * * @param Charitable_Donation $donation The Donation object. */ do_action( 'charitable_donation_receipt_before', $donation ); echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped /** * Display the donation receipt content. * * @since 1.5.0 * * @param Charitable_Donation $donation The Donation object. */ do_action( 'charitable_donation_receipt', $donation ); /** * Add something after the donation receipt. * * @since 1.5.0 * * @param Charitable_Donation $donation The Donation object. */ do_action( 'charitable_donation_receipt_after', $donation );
/home/batcwwjx/public_html/wp-content/plugins/././charitable/templates/content-donation-receipt.php