Your IP : 216.73.216.95


Current Path : /var/www/html/soar-backup/wp-content/plugins/give/src/Views/Form/
Upload File :
Current File : /var/www/html/soar-backup/wp-content/plugins/give/src/Views/Form/defaultFormReceiptTemplate.php

<?php
/**
 * Payment receipt view.
 *
 * @since 2.7.0
 */
use Give\Views\IframeContentView;

$iframeView = new IframeContentView();

echo $iframeView->setTitle( esc_html__( 'Donation Receipt', 'give' ) )
	->setBody( '<div id="give-receipt"></div>' )->render();