Function Reference: geodir_home_map_enable_location_filters

Summary

Enable location filter on home page.

Package

GeoDirectory_Location_Manager

Parameters

$enable
(bool) (required) True if location filters should be used, false if not.

Default: None

Return Values

(bool)

    Change Log

    Since: 1.0.0

    Source File

    geodir_home_map_enable_location_filters() is located in geodir_location_manager/geodir_location_hooks_actions.php [Line: 2139]

    Source Code

    function geodir_home_map_enable_location_filters($enable)
    {
    	return $enable = true;
    }