17 lines
		
	
	
		
			373 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			373 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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'),
 | |
| 			)
 | |
| 	),
 | |
| );
 |