????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/loop/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/loop/loop-product.php

<?php
/**
 * Main Loop : Product
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

if ( ! function_exists( 'woocommerce_get_template_part' ) ) {
	get_template_part( 'partials/loop' );
}

woocommerce_get_template_part( 'content', 'product' );