PHP 8.2.31
Preview: importer.php Size: 811 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/trx_utils/importer/importer.php

<?php
// Disable direct call
if ( ! defined( 'ABSPATH' ) ) { exit; }


// Theme init
if (!function_exists('trx_utils_importer_theme_setup')) {
	add_action( 'after_setup_theme', 'trx_utils_importer_theme_setup' );
	function trx_utils_importer_theme_setup() {
		if (is_admin() && current_user_can('import')) {
			if (($fdir = TRX_UTILS_PLUGIN_DIR . 'importer/class.importer.php') != '') { include_once $fdir; }
			new trx_utils_demo_data_importer();
		}
	}
}

if (!function_exists('trx_utils_importer_localize_script_admin')) {
	add_action( 'trx_utils_localize_script_admin', 'trx_utils_importer_localize_script_admin' );
	function trx_utils_importer_localize_script_admin($vars) {
		$vars['msg_importer_error'] = esc_html__('Errors that occurred during the import process:', 'trx_utils');
		return $vars;
	}
}
?>

Directory Contents

Dirs: 2 × Files: 5

Name Size Perms Modified Actions
export DIR
- drwxr-xr-x 2025-04-30 03:15:52
Edit Download
images DIR
- drwxr-xr-x 2025-04-30 03:15:52
Edit Download
57.90 KB lrw-r--r-- 2025-04-30 03:15:52
Edit Download
4.47 KB lrw-r--r-- 2025-04-30 03:15:52
Edit Download
8.96 KB lrw-r--r-- 2025-04-30 03:15:52
Edit Download
811 B lrw-r--r-- 2025-04-30 03:15:52
Edit Download
28 B lrw-r--r-- 2025-04-30 03:15:52
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).