Reply To: Mashup shortcode with meta_compare

Home Forums MapPress Support Mashup shortcode with meta_compare Reply To: Mashup shortcode with meta_compare

#18311
monsieurgraphiste
Participant

Hi Chris,

I found a solution for this,

Generate the map with PHP using this :

 

<?php

$map = new Mappress_Map(array(‘query’ => $args, ‘height’ => 500));
echo $map->display();

?>

 

Thanks