File "product-searchform_nm.php"

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

<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
	exit;
}
?>
<div id="nm-shop-search">
	<div class="nm-row">
		<div class="col-xs-12">
			<div class="nm-shop-search-inner">
				<div class="nm-shop-search-input-wrap">
					<?php echo do_shortcode( '[wcas-search-form]' ); ?>
				</div>
			</div>
		</div>
	</div>
</div>