Filter Reference: geodir_googlemap_script_extra

Summary

Filter the variables that are added to the end of the google maps script call.

Description

This i used to change things like google maps language etc.

Parameters

$var
(string) (required) The string to filter, default is empty string.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_tags.php: geodir_templates_scripts() [Line: 103]

Source Code

        $map_extra = apply_filters('geodir_googlemap_script_extra', '');