Function Reference: geodir_advance_search_scripts

Summary

This function has not been documented yet.

Source File

geodir_advance_search_scripts() is located in geodir_advance_search_filters/geodirectory_advance_search_hooks_actions.php [Line: 166]

Source Code

function geodir_advance_search_scripts() {
	wp_enqueue_script( 'custom_advance_search_fields', GEODIRADVANCESEARCH_PLUGIN_URL . '/advance_search_admin/js/custom_advance_search_fields.js', array('jquery'), GEODIRADVANCESEARCH_VERSION );
}