Modify the Google Maps API query parameters which are used when loading the API resources. This applies to all places where the API is loaded and used.
Source
PHP
apply_filters(‘wpgmza_google_maps_api_params’, $params);
Arguments
- $params : The default params (array)
Requirements
- Must return the array passed, with your additions/changes applied
Files
- includes/class.google-maps-api-loader.php
