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_static_map_tile_url',
function( string $template ) {
// Your code here.
return $template;
}
);
Parameters
string$templateTile URL with{z},{x},{y}placeholders.
Files
apply_filters( 'gatherpress_static_map_tile_url', self::DEFAULT_TILE_URL )