Home › Forums › MapPress Support › IE8 shows no POI list in mashup › Reply To: IE8 shows no POI list in mashup
February 12, 2013 at 5:22 pm
#11653
Keymaster
Hi, there are ‘filters’ and ‘actions’ all over in WordPress (and in MapPress). You can use them to perform your own processing:
http://codex.wordpress.org/Function_Reference/add_action
In this case:
add_action(‘mappress_map_display’, myfunction)
Where ‘myfunction’ is your own function.