gatherpress_interactive_map_tile_attribution

Last updated July 11, 2026, Version 0.34

Filters the attribution HTML rendered with the venue map.

Override alongside gatherpress_interactive_map_tile_url when switching providers so the correct credits are displayed.

Auto-generated Example

add_filter(
   'gatherpress_interactive_map_tile_attribution',
    function( string $attribution ) {
        // Your code here.
        return $attribution;
    }
);

Parameters

  • string $attribution Default attribution HTML.

Files

apply_filters( 'gatherpress_interactive_map_tile_attribution', $default )

← All Hooks