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
/
content-campaign.php
/
/
<?php /** * Displays the campaign content. * * Override this template by copying it to yourtheme/charitable/content-campaign.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.0.0 * @version 1.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaign = $view_args['campaign']; $content = $view_args['content']; /** * Add something before the campaign content. * * @since 1.0.0 * * @param $campaign Charitable_Campaign Instance of `Charitable_Campaign`. */ do_action( 'charitable_campaign_content_before', $campaign ); echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped /** * Add something after the campaign content. * * @since 1.0.0 * * @param $campaign Charitable_Campaign Instance of `Charitable_Campaign`. */ do_action( 'charitable_campaign_content_after', $campaign );
/home/batcwwjx/public_html/./././wp-content/plugins/charitable/templates/content-campaign.php