File "search.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/ajax-search-for-woocommerce/partials/themes/blocksy/search.php
File size: 256 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

echo '<div data-id="search">'; // This attribute is needed for selectors for search icon colors to work.
echo do_shortcode( '[fibosearch layout="icon"]' );
echo '</div>';