%PDF- %PDF-
| Direktori : /home/gachan/www/wp-content/themes/jekas/inc/redux/options/ |
| Current File : /home/gachan/www/wp-content/themes/jekas/inc/redux/options/option-wpml.php |
<?php
$this->sections[] = array(
'title' => esc_html__( 'Wpml', 'jekas' ),
'desc' => esc_html__('Wpml Configuration','jekas'),
'icon' => 'el-icon-wrench',
'fields' => array(
array(
'id' => 'show_language_selector',
'type' => 'switch',
'title' => esc_html__( 'Show language selector', 'jekas' ),
'subtitle' => '',
'default' => 0,
'on' => 'On',
'off' => 'Off',
),
),
);