File "archive-product-fullwidth.php"

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

Download   Open   Edit   Advanced Editor   Back

<?php

if (!defined('ABSPATH')) {
    exit;
}
\Elementor\Plugin::$instance->frontend->add_body_class('elementor-template-full-width');
get_header('shop');
do_action('elementor/page_templates/header-footer/before_content');
do_action('pp_woocommerce_archive_product_content');
do_action('elementor/page_templates/header-footer/after_content');
get_footer('shop');