first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'title' => esc_html__( 'Language Settings', 'thinkai' ),
|
||||
'id' => 'language_settings',
|
||||
'desc' => '',
|
||||
'icon' => 'el el-globe',
|
||||
'fields' => array(
|
||||
array(
|
||||
'id' => 'optLanguage',
|
||||
'type' => 'language',
|
||||
'desc' => esc_html__('Please upload .mo language file', 'thinkai'),
|
||||
)
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user