gatherpress_venue_map_tile_url

Last updated July 11, 2026, Version 0.34

Filter the tile URL template used by the OSM static map provider.

Auto-generated Example

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

Parameters

  • string $template Tile URL with {z}, {x}, {y} placeholders.

Files

apply_filters( 'gatherpress_venue_map_tile_url', self::DEFAULT_TILE_URL )

← All Hooks