PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity
/
src
/
Map
<?php namespace Wilcity\Map; 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]
[-] Mapbox.php
[edit]
[-] FactoryMap.php
[edit]
[-] MapHelper.php
[edit]
[-] AbstractMap.php
[edit]
[-] InterfaceMap.php
[edit]