File "archive-product.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/powerpack-elements/templates/woocommerce/archive-product.php
File size: 188 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('ABSPATH') || exit;
get_header('shop');
?>
<div class="pp-archive-product">
	<?php 
do_action('pp_woocommerce_archive_product_content');
?>
</div>
<?php 
get_footer('shop');