Function Reference: geodir_search_form

Summary

This function has not been documented yet.

Source File

geodir_search_form() is located in geodirectory-functions/custom_functions.php [Line: 2501]

Source Code

function geodir_search_form(){

	geodir_get_search_post_type();

	geodir_get_template_part('listing', 'filter-form');

	// Always die in functions echoing ajax content
	die();
}