uawdijnntqw1x1x1
IP : 18.119.13.56
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
Update
/
..
/
wp-content
/
plugins
/
charitable
/
templates
/
campaign-loop.php
/
/
<?php /** * Displays the campaign loop. * * Override this template by copying it to yourtheme/charitable/campaign-loop.php * * @author WP Charitable LLC * @package Charitable/Templates/Campaign * @since 1.0.0 * @version 1.5.7 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } $campaigns = $view_args['campaigns']; if ( ! $campaigns->have_posts() ) : return; endif; $loop_class = charitable_campaign_loop_class( $view_args ); $args = charitable_campaign_loop_args( $view_args ); /** * Add something before the campaign loop. * * @since 1.5.0 * * @param WP_Query $campaigns The campaigns. * @param array $args Loop args. */ do_action( 'charitable_campaign_loop_before', $campaigns, $args ); ?> <ol class="<?php echo esc_attr( $loop_class ); ?>"> <?php while ( $campaigns->have_posts() ) : $campaigns->the_post(); charitable_template( 'campaign-loop/campaign.php', $args ); endwhile; wp_reset_postdata(); ?> </ol> <?php /** * Add something after the campaign loop. * * @since 1.5.0 * * @param WP_Query $campaigns The campaigns. * @param array $args Loop args. */ do_action( 'charitable_campaign_loop_after', $campaigns, $args );
/home/batcwwjx/public_html/Update/../wp-content/plugins/charitable/templates/campaign-loop.php