gatherpress_map_height

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 $height Default height in pixels.

Files

apply_filters( 'gatherpress_map_height', $default )

← All Hooks