You are here

function location_taxonomize_get_settings in Location Taxonomize 7.2

Returns the main settings array for this module

1 call to location_taxonomize_get_settings()
location_taxonomize_field_attach_form in ./location_taxonomize.module
Implements hook_field_attach_form().

File

./location_taxonomize.inc, line 303
Some useful functions for Location taxonomize

Code

function location_taxonomize_get_settings() {
  $settings = variable_get('location_taxonomize_settings');
  return $settings;
}