get_skin_data( 'slug' ); $referrer = 'jet-plugins-wizard'; } elseif ( function_exists( 'tm_wizard_interface' ) ) { $skin = tm_wizard_interface()->get_skin_data( 'slug' ); $referrer = 'tm-wizard'; } elseif ( function_exists( 'cherry_plugin_wizard_interface' ) ) { $skin = cherry_plugin_wizard_interface()->get_skin_data( 'slug' ); $referrer = 'cherry-plugin-wizard'; } $type = ! empty( $_GET['type'] ) ? esc_attr( $_GET['type'] ) : 'lite'; $file = jdi()->get_setting( array( 'advanced_import', $skin, $type ) ); $file = jdi_tools()->secure_path( $file ); ?>