Function Reference: gd_enfold_remove_maps_api

Summary

Disable maps api.

Package

GeoDirectory

Parameters

$call
(bool) (required) Old value.

Default: None

Return Values

(bool)
  • New value.

Change Log

Since: 1.0.0

Source File

gd_enfold_remove_maps_api() is located in geodirectory-functions/compatibility/Enfold.php [Line: 308]

Source Code

function gd_enfold_remove_maps_api($call)
{
    return false;
}