Last updated July 11, 2026, Version 0.34
Filter the height used when rendering the static venue map.
Auto-generated Example
add_filter(
'gatherpress_map_height',
function( int $height ) {
// Your code here.
return $height;
}
);
Parameters
int$heightDefault height in pixels.
Files
apply_filters( 'gatherpress_map_height', $default )