REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 811 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/trx_utils/importer/importer.php
Text
Base64
<?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; } } ?>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
export
DIR
-
drwxr-xr-x
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
images
DIR
-
drwxr-xr-x
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.importer.php
57.90 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
importer.css
4.47 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
importer.js
8.96 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
importer.php
811 B
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
28 B
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).