Hi Patrick,
thank you very much. It worked for me but I had to write
if ( $result == '#_GOMAP' ) {
if( !empty( $EM_Location->output("#_LATT{gomap-link}" ) ) ){
$replace = '<a href="' . $EM_Location->output("#_LATT{gomap-link}") . '">PokemonGoMap.info</a><br/>';;
}
else {
$replace = '';
}
Best regards
Burkhard