Your IP : 3.146.206.19


Current Path : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/
Upload File :
Current File : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/woocommerce.php

<?php
/**
 * The template for displaying WooCommerce pages.
 *
 * @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility
 *
 * @package     editor-blocks
 * @copyright   Copyright (c) 2018, Danny Cooper
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */

get_header(); ?>

	<div class="content-area">

		<?php woocommerce_content(); ?>

	</div><!-- .content-area -->

<?php
get_footer();