Reply To: IE8 shows no POI list in mashup

Home Forums MapPress Support IE8 shows no POI list in mashup Reply To: IE8 shows no POI list in mashup

#11653
Chris
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.