Index of all elements
	[ a ]
	[ b ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ j ]
	[ l ]
	[ m ]
	[ o ]
	[ p ]
	[ q ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ v ]
	[ w ]
	[ _ ]
   
	
	
		a
		
							- action_added_comment_meta
 
				- in file geo-mashup-db.php, method GeoMashupDB::action_added_comment_meta()
     WordPress action to update Geo Mashup comment location when geodata custom fields are updated. 
							- action_added_post_meta
 
				- in file geo-mashup-db.php, method GeoMashupDB::action_added_post_meta()
     WordPress action to update Geo Mashup post location when geodata custom fields are updated. 
							- action_added_user_meta
 
				- in file geo-mashup-db.php, method GeoMashupDB::action_added_user_meta()
     WordPress action to update Geo Mashup user location when geodata custom fields are updated. 
							- activation_hook
 
				- in file geo-mashup.php, method GeoMashup::activation_hook()
     WordPress hook to perform activation tasks. 
							- activation_log
 
				- in file geo-mashup-db.php, method GeoMashupDB::activation_log()
     Append to the activation log. 
							- add_geodata_sync_hooks
 
				- in file geo-mashup-db.php, method GeoMashupDB::add_geodata_sync_hooks()
     Add hooks to synchronize Geo Mashup ojbect locations with WordPress geodata. 
							- admin_menu
 
				- in file geo-mashup.php, method GeoMashup::admin_menu()
     WordPress action to add the Geo Mashup Options settings admin page. 
							- admin_menu
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::admin_menu()
     Add a location meta box to the post editors. 
							- admin_notices
 
				- in file geo-mashup.php, method GeoMashup::admin_notices()
     WordPress action to display important messages in the admin. 
							- admin_print_scripts
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::admin_print_scripts()
     Add Browser-uploaded KML to the location editor map. 
							- ajax_edit
 
				- in file geo-mashup.php, method GeoMashup::ajax_edit()
     WordPress action to perform an ajax edit operation and echo results. 
							- ajax_kml_attachments
 
				- in file geo-mashup.php, method GeoMashup::ajax_kml_attachments()
     Echo a JSONP array of URLs of KML or KMZ attachments for posts. 
							- are_any_location_fields_empty
 
				- in file geo-mashup-db.php, method GeoMashupDB::are_any_location_fields_empty()
     Check a location for empty fields. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		d
		
							- $default_options
 
				- in file geo-mashup-options.php, variable GeoMashupOptions::$default_options
     Valid options with default values. 
							- delete_comment
 
				- in file geo-mashup-db.php, method GeoMashupDB::delete_comment()
     When a comment is deleted, remove location relationships for it. 
							- delete_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::delete_location()
     Delete a location or locations. 
							- delete_object_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::delete_object_location()
     Delete an object location or locations. 
							- delete_post
 
				- in file geo-mashup-db.php, method GeoMashupDB::delete_post()
     When a post is deleted, remove location relationships for it. 
							- delete_user
 
				- in file geo-mashup-db.php, method GeoMashupDB::delete_user()
     When a user is deleted, remove location relationships for it. 
							- dependent_init
 
				- in file geo-mashup.php, method GeoMashup::dependent_init()
     WordPress action to supply an init action for plugins that would like to use Geo Mashup APIs. 
							- duplicate_geodata
 
				- in file geo-mashup-db.php, method GeoMashupDB::duplicate_geodata()
     Copy missing geo data to and from the standard location (http://codex.wordpress.org/Geodata)  for posts, users, and comments. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		g
		
							- $geocode_error
 
				- in file geo-mashup-db.php, variable GeoMashupDB::$geocode_error
     The last geocode error, or empty if no error. 
							- $geo_mashup_custom
 
				- in file geo-mashup.php, global variable $geo_mashup_custom
     Build the data for a javascript map. 
							- $geo_mashup_options
 
				- in file geo-mashup-ui-managers.php, global variable $geo_mashup_options
     Initialize for use in relevant requests. 
							- generate_location_json
 
				- in file geo-query.php, method GeoMashupQuery::generate_location_json()
     Run a query for object locations from GET parameters and print JSON results. 
							- generate_object_html
 
				- in file geo-query.php, method GeoMashupQuery::generate_object_html()
     Use templates to output content for objects. 
							- geo-mashup-db.php
 
				- procedural page geo-mashup-db.php
 
							- geo-mashup-geocoders.php
 
				- procedural page geo-mashup-geocoders.php
 
							- geo-mashup-options.php
 
				- procedural page geo-mashup-options.php
 
							- geo-mashup-ui-managers.php
 
				- procedural page geo-mashup-ui-managers.php
 
							- geo-mashup.php
 
				- procedural page geo-mashup.php
 
							- geo-query.php
 
				- procedural page geo-query.php
 
							- geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupNominatimGeocoder::geocode()
 
							- geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupGoogleGeocoder::geocode()
 
							- geocode
 
				- in file geo-mashup-db.php, method GeoMashupDB::geocode()
     Try to fill in coordinates and other fields of a location from a textual  location search. 
							- geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupGeonamesGeocoder::geocode()
 
							- geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupHttpGeocoder::geocode()
     Look up locations from a text query, like an address or place name. 
							- GeoMashup
 
				- in file geo-mashup.php, class GeoMashup
     The Geo Mashup static class. 
							- GeoMashupCommentUIManager
 
				- in file geo-mashup-ui-managers.php, class GeoMashupCommentUIManager
     A manager for comment location user interfaces. 
							- GeoMashupDB
 
				- in file geo-mashup-db.php, class GeoMashupDB
     Static class to provide a namespace for Geo Mashup data functions. 
							- GeoMashupGeonamesGeocoder
 
				- in file geo-mashup-geocoders.php, class GeoMashupGeonamesGeocoder
     HTTP geocoder using the geonames web services. 
							- GeoMashupGoogleGeocoder
 
				- in file geo-mashup-geocoders.php, class GeoMashupGoogleGeocoder
     HTTP geocoder using the Google geocoding web service 
							- GeoMashupHttpGeocoder
 
				- in file geo-mashup-geocoders.php, class GeoMashupHttpGeocoder
     The Geo Mashup Http Geocoder base class. 
							- GeoMashupNominatimGeocoder
 
				- in file geo-mashup-geocoders.php, class GeoMashupNominatimGeocoder
     HTTP geocoder using the nominatim web service. 
							- GeoMashupOptions
 
				- in file geo-mashup-options.php, class GeoMashupOptions
     A singleton to manage Geo Mashup saved options. 
							- GeoMashupPostUIManager
 
				- in file geo-mashup-ui-managers.php, class GeoMashupPostUIManager
     A manager for post/page location user interfaces. 
							- GeoMashupQuery
 
				- in file geo-query.php, class GeoMashupQuery
     Class for query handling namespace 
							- GeoMashupRenderMap
 
				- in file render-map.php, class GeoMashupRenderMap
     Static class for map rendering namespace 
							- GeoMashupUIManager
 
				- in file geo-mashup-ui-managers.php, class GeoMashupUIManager
     A base class for managing user interfaces for collecting and storing location. 
							- GeoMashupUserUIManager
 
				- in file geo-mashup-ui-managers.php, class GeoMashupUserUIManager
     A manager for user location user interfaces. 
							- geo_mashup_comment_default
 
				- in file comment.php, function geo_mashup_comment_default()
     Template callback for GeoMashupQuery::list_comments() 
							- geo_mashup_edit_form
 
				- in file edit-form.php, function geo_mashup_edit_form()
     Print the Geo Mashup location editor HTML for an object. 
							- geo_mashup_map
 
				- in file shortcodes.php, function geo_mashup_map()
     Map template tag alias. 
							- geo_mashup_options_page
 
				- in file options.php, function geo_mashup_options_page()
     Print Geo Mashup Options HTML 
							- geo_mashup_uninstall_db
 
				- in file uninstall.php, function geo_mashup_uninstall_db()
     Drop Geo Mashup database tables. 
							- geo_mashup_uninstall_options
 
				- in file uninstall.php, function geo_mashup_uninstall_options()
     Delete Geo Mashup saved options. 
							- geo_mashup_user_default_template
 
				- in file user.php, function geo_mashup_user_default_template()
     Template callback for GeoMashupQuery::list_users() 
							- geo_query
 
				- in file geo-mashup.php, method GeoMashup::geo_query()
     Process an AJAX geo query. 
							- get
 
				- in file geo-mashup-options.php, method GeoMashupOptions::get()
     Get a saved option value. 
							- get_administrative_name
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_administrative_name()
     Try to get a language-sensitive place administrative name. 
							- get_administrative_name
 
				- in file geo-mashup-geocoders.php, method GeoMashupGeonamesGeocoder::get_administrative_name()
     Use the Geonames web service to look up an administrative name. 
							- get_comment_in
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_comment_in()
     Get multiple comments. 
							- get_distinct_located_values
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_distinct_located_values()
     Get distinct values of one or more object location fields. 
							- get_instance
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUIManager::get_instance()
     Retrieve a single instaniated subclass by name. 
							- get_instance
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUserUIManager::get_instance()
     Get the single instance of this class. 
							- get_instance
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::get_instance()
     Get the single instance of this class. 
							- get_instance
 
				- in file geo-mashup-ui-managers.php, method GeoMashupCommentUIManager::get_instance()
     Get the single instance of this class. 
							- get_kml_attachment_urls
 
				- in file geo-mashup.php, method GeoMashup::get_kml_attachment_urls()
     Get an array of URLs of KML or KMZ attachments for a post. 
							- get_language_code
 
				- in file geo-mashup.php, method GeoMashup::get_language_code()
     Guess the best language code for the current context. 
							- get_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_location()
     Get a location by ID. 
							- get_locations_json
 
				- in file geo-mashup.php, method GeoMashup::get_locations_json()
     Query object locations and return JSON. 
							- get_object_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_object_location()
     Get the location of an object. 
							- get_object_locations
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_object_locations()
     Get locations of objects. 
							- get_post_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_post_location()
     Get the location of a post. 
							- get_post_locations
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_post_locations()
     Get locations of posts. 
							- get_saved_locations
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_saved_locations()
     Get locations with saved names. 
							- get_user_in
 
				- in file geo-mashup-db.php, method GeoMashupDB::get_user_in()
     Get multiple users. 
					 
	 
	top 
   
	
	
	top 
   
	
	
		i
		
							- info-window-max.php
 
				- procedural page info-window-max.php
 
							- info-window.php
 
				- procedural page info-window.php
 
							- implode_assoc
 
				- in file geo-mashup.php, method GeoMashup::implode_assoc()
     Helper to turn an associative array into a string of key-value pairs. 
							- init
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUserUIManager::init()
     Initialize for use in relevant requests. 
							- init
 
				- in file geo-mashup.php, method GeoMashup::init()
     WordPress init action. 
							- init
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::init()
     Initialize for use in relevant post editing requests. 
							- init
 
				- in file geo-mashup-ui-managers.php, method GeoMashupCommentUIManager::init()
 
							- init
 
				- in file geo-mashup-db.php, method GeoMashupDB::init()
     WordPress action to set up data-related WordPress hooks. 
							- install
 
				- in file geo-mashup-db.php, method GeoMashupDB::install()
     Install or update Geo Mashup tables. 
							- installed_version
 
				- in file geo-mashup-db.php, method GeoMashupDB::installed_version()
     Get the installed database version. 
							- is_options_page
 
				- in file geo-mashup.php, method GeoMashup::is_options_page()
     Test to see if the current request is for the Geo Mashup options page. 
							- is_valid
 
				- in file geo-mashup-options.php, method GeoMashupOptions::is_valid()
     Check an option key and value for validity. 
					 
	 
	top 
   
	
	
		j
		
							- join_post_queries
 
				- in file geo-mashup.php, method GeoMashup::join_post_queries()
     Toggle limiting of query_posts to located posts only,  with Geo Mashup query extensions. 
							- join_post_queries
 
				- in file geo-mashup-db.php, method GeoMashupDB::join_post_queries()
     Toggle joining of WordPress queries with Geo Mashup tables. 
					 
	 
	top 
   
	
	
		l
		
							- $language
 
				- in file geo-mashup-geocoders.php, variable GeoMashupHttpGeocoder::$language
     Language code. 
							- list_cats
 
				- in file geo-mashup.php, method GeoMashup::list_cats()
     If the option is set, add a map link to category lists. 
							- list_comments
 
				- in file geo-query.php, method GeoMashupQuery::list_comments()
     A wrapper for wp_list_comments when it exists,  otherwise a simple comment loop. 
							- list_located_posts
 
				- in file geo-mashup.php, method GeoMashup::list_located_posts()
     List located posts template tag. 
							- list_located_posts_by_area
 
				- in file geo-mashup.php, method GeoMashup::list_located_posts_by_area()
     List located posts by area template tag. 
							- list_users
 
				- in file geo-query.php, method GeoMashupQuery::list_users()
     A simple user loop that takes a callback option for formatting. 
							- load
 
				- in file geo-mashup.php, method GeoMashup::load()
     Load Geo Mashup. 
							- locate_template
 
				- in file geo-mashup.php, method GeoMashup::locate_template()
     Locate a Geo Mashup template. 
							- location_info
 
				- in file geo-mashup.php, method GeoMashup::location_info()
     A template tag to insert location information. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		p
		
							- $post
 
				- in file geo-mashup-ui-managers.php, global variable $post
     Queue scripts if the post type is enabled. 
							- parse_query
 
				- in file geo-mashup-db.php, method GeoMashupDB::parse_query()
     WordPress action to capture custom orderby field before it is removed. 
							- plugin_action_links
 
				- in file geo-mashup.php, method GeoMashup::plugin_action_links()
     WordPress action to add custom action links to the plugin listing. 
							- plugin_row_meta
 
				- in file geo-mashup.php, method GeoMashup::plugin_row_meta()
     WordPress action to add custom meta links to the plugin listing. 
							- posts_fields
 
				- in file geo-mashup-db.php, method GeoMashupDB::posts_fields()
     WordPress filter to add Geo Mashup fields to WordPress post queries. 
							- posts_join
 
				- in file geo-mashup-db.php, method GeoMashupDB::posts_join()
     WordPress filter to join Geo Mashup tables to WordPress post queries. 
							- posts_orderby
 
				- in file geo-mashup-db.php, method GeoMashupDB::posts_orderby()
     WordPress filter to replace a WordPress post query orderby with a requested Geo Mashup field. 
							- posts_where
 
				- in file geo-mashup-db.php, method GeoMashupDB::posts_where()
     WordPress filter to incorporate geo mashup query vars in WordPress post queries. 
							- post_coordinates
 
				- in file geo-mashup.php, method GeoMashup::post_coordinates()
     Post coordinates template tag. 
							- post_link
 
				- in file geo-mashup.php, method GeoMashup::post_link()
     A template tag to insert a link to a post on the mashup. 
							- post_meta_key_suggest
 
				- in file geo-mashup-db.php, method GeoMashupDB::post_meta_key_suggest()
     Geo Mashup action to echo post meta keys that match a jQuery suggest query. 
							- primary_language_code
 
				- in file geo-mashup-db.php, method GeoMashupDB::primary_language_code()
     Trim a locale or browser accepted languages string down to the 2 or 3 character  primary language code. 
							- print_form
 
				- in file geo-mashup-ui-managers.php, method GeoMashupCommentUIManager::print_form()
     Print the comment location editor form. 
							- print_form
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::print_form()
     Print the post editor form. 
							- print_form
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUserUIManager::print_form()
     Print the user location editor form. 
					 
	 
	top 
   
	
	
		q
		
							- query_vars
 
				- in file geo-mashup.php, method GeoMashup::query_vars()
     WordPress filter to add Geo Mashup query variables. 
							- query_vars
 
				- in file geo-mashup-db.php, method GeoMashupDB::query_vars()
     WordPress filter to add Geo Mashup public query variables. 
					 
	 
	top 
   
	
	
		r
		
							- $request_params
 
				- in file geo-mashup-geocoders.php, variable GeoMashupHttpGeocoder::$request_params
     Parameters to use with http requests. 
							- register_script
 
				- in file geo-mashup.php, method GeoMashup::register_script()
     Register the Geo Mashup script appropriate for the request. 
							- register_style
 
				- in file geo-mashup.php, method GeoMashup::register_style()
     Register the Geo Mashup style appropriate for the request. 
							- remove_geodata_sync_hooks
 
				- in file geo-mashup-db.php, method GeoMashupDB::remove_geodata_sync_hooks()
     Remove hooks to synchronize Geo Mashup ojbect locations with WordPress geodata. 
							- render-map.php
 
				- procedural page render-map.php
 
							- render_map
 
				- in file render-map.php, method GeoMashupRenderMap::render_map()
     Render the requested map. 
							- replace_save_pre_shortcode
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::replace_save_pre_shortcode()
     Store the inline location from a save location shortcode before it is removed. 
							- reverse_geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupGeonamesGeocoder::reverse_geocode()
 
							- reverse_geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupNominatimGeocoder::reverse_geocode()
 
							- reverse_geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupHttpGeocoder::reverse_geocode()
     Look up additional location information from coordinates. 
							- reverse_geocode
 
				- in file geo-mashup-geocoders.php, method GeoMashupGoogleGeocoder::reverse_geocode()
 
							- rss_item
 
				- in file geo-mashup.php, method GeoMashup::rss_item()
     WordPress action to emit GeoRSS tags. 
							- rss_ns
 
				- in file geo-mashup.php, method GeoMashup::rss_ns()
     WordPress action to emit GeoRSS namespace. 
					 
	 
	top 
   
	
	
		s
		
							- save
 
				- in file geo-mashup-options.php, method GeoMashupOptions::save()
     Write current values to the database. 
							- save_comment
 
				- in file geo-mashup-ui-managers.php, method GeoMashupCommentUIManager::save_comment()
     When a comment is saved, save any posted location with it. 
							- save_post
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::save_post()
     When a post is saved, save any posted location for it. 
							- save_posted_object_location
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUIManager::save_posted_object_location()
     Save an object location from data posted by the location editor. 
							- save_posted_object_location
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::save_posted_object_location()
     Save a posted post or page location. 
							- save_posted_object_location
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUserUIManager::save_posted_object_location()
     Save a posted user location. 
							- save_user
 
				- in file geo-mashup-ui-managers.php, method GeoMashupUserUIManager::save_user()
     When a user is saved, also save any posted location. 
							- set_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::set_location()
     Save a location. 
							- set_object_location
 
				- in file geo-mashup-db.php, method GeoMashupDB::set_object_location()
     Save an object location in the database. 
							- set_the_comment
 
				- in file geo-query.php, method GeoMashupQuery::set_the_comment()
     Set the comment global. 
							- set_the_user
 
				- in file geo-query.php, method GeoMashupQuery::set_the_user()
     Set the user global. 
							- set_valid_options
 
				- in file geo-mashup-options.php, method GeoMashupOptions::set_valid_options()
     Import valid options from an array. 
							- shortcodes.php
 
				- procedural page shortcodes.php
 
							- show_on_map_link
 
				- in file geo-mashup.php, method GeoMashup::show_on_map_link()
     A template tag to insert a link to the current location post on the  global map page. 
							- show_on_map_link_url
 
				- in file geo-mashup.php, method GeoMashup::show_on_map_link_url()
     A template tag to return an URL for the current location on the  global map page. 
							- strip_brackets
 
				- in file geo-query.php, method GeoMashupQuery::strip_brackets()
     Strip content in square brackets. 
							- strip_map_shortcodes
 
				- in file geo-query.php, method GeoMashupQuery::strip_map_shortcodes()
     Strip map shortcodes. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		w
		
							- $wpdb
 
				- in file geo-mashup-db.php, global variable $wpdb
     Copy missing geo data to and from the standard location (http://codex.wordpress.org/Geodata)  for a specific object type. 
							- wp_footer
 
				- in file geo-mashup-ui-managers.php, method GeoMashupCommentUIManager::wp_footer()
     Print the form script in the footer if it's needed. 
							- wp_footer
 
				- in file geo-mashup.php, method GeoMashup::wp_footer()
     WordPress action to add things like scripts to the footer. 
							- wp_handle_upload
 
				- in file geo-mashup-ui-managers.php, method GeoMashupPostUIManager::wp_handle_upload()
     If an upload is KML, put the URL in an option to be loaded in the response 
							- wp_head
 
				- in file geo-mashup.php, method GeoMashup::wp_head()
     WordPress action to add relevant geo meta tags to the document head. 
					 
	 
	top 
   
	
	
	top 
        
       |   
     |