File "searchform.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/woodmart/header-elements/searchform.php
File size: 87 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	woodmart_search_form( array(
		'ajax' => false,
		'post_type' => 'post'
	) );
?>