Filter Reference: geodir_change_map_width

Summary

Filter the width of map.

Parameters

$map_width
(int) (required) Width of map box, eg: gd_place.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/map-functions/map_template_tags.php: geodir_draw_map() [Line: 192]

Source Code

		$map_width = apply_filters('geodir_change_map_width', $map_width);