Your IP : 216.73.216.95


Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/
Upload File :
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/shortcodes.php

<?php
$elements = array(
	'countdown',
	'counter_up',
	'service_box',
	'map_v3',
	'blog',
	'story_special',
	'team',
	'testimonial_slider',
  
    'info_box',

);

foreach ($elements as $element) {
	include($element .'/'. $element.'.php');
}

if(class_exists('Give')){
	$donations = array(
      'donation',
    	'donation_grid',
         'donation_special',
            'donation_total_custom',
            'donation_box',
    	'donation_slider',
	);
	
	foreach ($donations as $donation) {
		include($donation .'/'. $donation.'.php'); 
	}
}

if(class_exists('Tribe__Events__Main')){
	$events = array(
		'event_special',
        'event_grid'
	);
	
	foreach ($events as $event) {
		include($event .'/'. $event.'.php'); 
	}
}

if(class_exists('Woocommerce')){
	$wooshops = array(
		'product_grid',
	);
	
	foreach ($wooshops as $wooshop) {
		include($wooshop .'/'. $wooshop.'.php'); 
	}
}