Function Reference: geodir_remove_listing_map_restrict

Summary

Allow marker to be dragged beyond the range of default city when Multilocation is enabled.

Package

GeoDirectory_Location_Manager

Parameters

$restrict
(bool) (required) Whether to restrict the map?.

Default: None

Return Values

(bool)

    Change Log

    Since: 1.0.0

    Source File

    geodir_remove_listing_map_restrict() is located in geodir_location_manager/geodir_location_hooks_actions.php [Line: 2124]

    Source Code

    function geodir_remove_listing_map_restrict($restrict)
    {
    	return $restrict = false;
    }