File "import-export.php"
Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-content/plugins/atlas-core/functions/redux-sections/import-export.php
File size: 334 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
Redux::set_section( $opt_name, array(
'title' => esc_html__( 'Import/export', 'atlas-core' ),
'heading' => '',
'id' => 'import_export_panel',
'icon' => 'el el-wrench',
'fields' => array(
array(
'id' => 'th90_import_export',
'type' => 'import_export',
'full_width' => true,
),
),
) );