Last updated July 11, 2026, Version 0.34
Filters the attribution HTML rendered with the venue map.
Override alongside gatherpress_map_tile_url when switching providers
so the correct credits are displayed.
Auto-generated Example
add_filter(
'gatherpress_map_tile_attribution',
function( string $attribution ) {
// Your code here.
return $attribution;
}
);
Parameters
string$attributionDefault attribution HTML.
Files
apply_filters( 'gatherpress_map_tile_attribution', $default )