File "component-search.php"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/ajax-search-for-woocommerce/partials/themes/neve/components/component-search.php
File size: 225 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
	exit;
}
?>
<div class="component-wrap search-field">
	<div class="widget widget-search">
		<?php echo do_shortcode('[fibosearch]'); ?>
	</div>
</div>