Vous pouvez utiliser le oum_location_bubble_image pour manipuler la sortie de l'image de localisation. Cela vous permet d'ajouter une fonction "lightbox", par exemple. Je recommande d'utiliser l'option Plugin WP Featherlight pour obtenir un effet "lightbox" sur les images. Le script PHP suivant (ajoutez-le au fichier functions.php de votre thème) vous permet d'activer l'effet "lightbox" pour les images de localisation.
PHP
ajouter_filtre('oum_location_bubble_image', fonction ( $image, 1TP4Localisation ) {
// étendre ou modifier l'image
$image = '<a data-featherlight="image" href="' . 1TP4Localisation['image'] . '">' . $image . '';
retour $image ;
}, 10, 2);