Home › Forums › MapPress Support › Save PHP generated Map › Reply To: Save PHP generated Map
December 20, 2013 at 3:47 am
#13971
This may help:
- When the post is saved, MapPress reads the custom field values and generates the map.
- The map is saved in table ‘mappress_maps’ and its relationship of the map ID to the post ID is saved in table ‘mappress_posts’.
- There are some functions in file ‘mappress_map.php’ that can be used to read maps or lists of maps.