Function Reference: geodir_custom_gmaps_get_option_form

Summary

This function has not been documented yet.

Source File

geodir_custom_gmaps_get_option_form() is located in geodir_custom_google_maps/geodir_custom_gmaps_template_functions.php [Line: 2]

Source Code

function geodir_custom_gmaps_get_option_form($tab_name) {
	switch ($tab_name) {
		case 'geodir_custom_gmaps_general_options': {
			geodir_admin_fields( geodir_custom_gmaps_general_options() );
			?>