PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
/
inc
/
admin
<?php if ( ! defined( 'ABSPATH' ) ) exit; /* ------------------ Geo APi Settings ----------------------- */ Redux::setSection( $opt_name, array( 'title' => esc_html__( 'Geo IP Settings', 'dwt-listing' ), 'id' => 'dwt-geo-settings', 'desc' => '', 'icon' => 'el el-map-marker', 'fields' => array( array( 'id' => 'dwt_listing_enable_geo', 'type' => 'switch', 'title' => esc_html__( 'Enable GeoLocation', 'dwt-listing' ), 'default' => true, 'desc' => esc_html__( 'Trun on or off GeoLocation Api.', 'dwt-listing' ), ), array( 'id' => 'dwt_geo_api_settings', 'type' => 'select', 'title' => esc_html__( 'Select API Type for Current location ', 'dwt-listing' ), 'subtitle' => esc_html__( 'For location detection', 'dwt-listing' ), 'desc' => __('Above API options are used to identify visitors current location by their ip address.', 'dwt-listing'), 'options' => array( 'geo_ip' => 'Geo IP DB', 'ip_api' => 'IP API', ), 'required' => array( 'dwt_listing_enable_geo', '=', true ), 'default' => 'geo_ip', ), ) ) );
[+]
..
[-] option-pages.php
[edit]
[-] option-profile.php
[edit]
[-] option-reviews.php
[edit]
[-] option-maps.php
[edit]
[-] option-apis.php
[edit]
[-] option-header.php
[edit]
[-] option-admin.php
[edit]
[-] option-users.php
[edit]
[-] option-wpml.php
[edit]
[-] option-listing.php
[edit]
[-] index.php
[edit]
[-] option-events.php
[edit]
[-] option-slugs.php
[edit]
[-] option-footer.php
[edit]
[-] option-blog.php
[edit]
[-] option-packages.php
[edit]
[-] shop.php
[edit]
[-] option-emails.php
[edit]
[-] option-typo.php
[edit]
[-] customization.php
[edit]
[-] option-geo-api.php
[edit]