File "search.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/anywhere-elementor-pro.2.15.5/includes/themes/twentyseventeen/search.php
File size: 330 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

get_header();
?>

    <div class="wrap">

        <div id="primary" class="content-area">
            <main id="main" class="site-main" role="main">

                <?php 
echo do_action('ae_pro_search');
?>s

            </main><!-- #main -->
        </div><!-- #primary -->
    </div><!-- .wrap -->

<?php 
get_footer();