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
/
status-tag.php
/
/
<?php /** * Displays the campaign status tag. * * Override this template by copying it to yourtheme/charitable/campaign/status-tag.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign Page * @since 1.0.0 * @version 1.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaign = $view_args['campaign']; $tag = $campaign->get_status_tag(); // phpcs:ignore if ( empty( $tag ) ) { return; } ?> <div class="campaign-status-tag campaign-status-tag-<?php echo esc_attr( strtolower( str_replace( ' ', '-', $campaign->get_status_key() ) ) ); ?>"> <?php echo esc_html( $tag ); ?> </div>
/home/batcwwjx/public_html/wp-content/plugins/charitable/templates/campaign/status-tag.php