Function Reference: geodir_advance_search_scripts_frontend

Summary

This function has not been documented yet.

Source File

geodir_advance_search_scripts_frontend() is located in geodir_advance_search_filters/geodirectory_advance_search_hooks_actions.php [Line: 170]

Source Code

function geodir_advance_search_scripts_frontend() {
	//wp_enqueue_script( 'jquery-dropdown', GEODIRADVANCESEARCH_PLUGIN_URL . '/js/jquery.dropdown.min.js', array('jquery'), GEODIRADVANCESEARCH_VERSION );
	wp_enqueue_style( 'gd_advance_search_styles', GEODIRADVANCESEARCH_PLUGIN_URL . '/css/style.css', array(), GEODIRADVANCESEARCH_VERSION );
}