Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Filters Associated With Map
  5. Filter :.wp_travel_load_google_maps_api

Filter :.wp_travel_load_google_maps_api

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' );
Was this article helpful to you? Yes No

How can we help?