Show google map or not.
Source
File: /inc/class-assets.php
Used by: /inc/class-assets.php, /inc/template-functions.php,
/inc/admin/views/tabs/tab-contents/itineraries/locations.php
Parameters
$show_google_map
Example:
function prefix_wp_travel_load_google_maps_api() { return true; } add_filter( 'wp_travel_load_google_maps_api', 'prefix_wp_travel_load_google_maps_api' );