REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 3.69 KB
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-easy-onboarding/hostinger-easy-onboarding.php
Text
Base64
<?php /** * Plugin Name: Hostinger Easy Onboarding * Plugin URI: https://hostinger.com * Description: Hostinger Easy Onboarding WordPress plugin. * Version: 2.1.24 * Requires at least: 5.5 * Tested up to: 6.9 * Requires PHP: 8.1 * Author: Hostinger * License: GPL v3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Author URI: https://www.hostinger.com * Text Domain: hostinger-easy-onboarding * Domain Path: /languages * * @package Hostinger Easy Onboarding */ defined( 'ABSPATH' ) || exit; if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_VERSION' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_VERSION', '2.1.24' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_ABSPATH' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_ABSPATH', plugin_dir_path( __FILE__ ) ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_PLUGIN_FILE' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_PLUGIN_FILE', __FILE__ ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_PLUGIN_URL' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_ASSETS_URL' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_ASSETS_URL', plugin_dir_url( __FILE__ ) . 'assets' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_GUTENBERG_URL' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_GUTENBERG_URL', plugin_dir_url( __FILE__ ) . 'gutenberg' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_WP_CONFIG_PATH' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_WP_CONFIG_PATH', ABSPATH . '.private/config.json' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_WP_TOKEN' ) ) { $hostinger_dir_parts = explode( '/', __DIR__ ); $hostinger_server_root_path = '/' . $hostinger_dir_parts[1] . '/' . $hostinger_dir_parts[2]; define( 'HOSTINGER_EASY_ONBOARDING_WP_TOKEN', $hostinger_server_root_path . '/.api_token' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_REST_URI' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_REST_URI', 'https://rest-hosting.hostinger.com' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_PROXY_URI' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_PROXY_URI', 'https://wh-wordpress-proxy-api.hostinger.io' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_REST_API_BASE' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_REST_API_BASE', 'hostinger-easy-onboarding/v1' ); } if ( ! defined( 'HOSTINGER_EASY_ONBOARDING_MINIMUM_PHP_VERSION' ) ) { define( 'HOSTINGER_EASY_ONBOARDING_MINIMUM_PHP_VERSION', '8.0' ); } if ( ! version_compare( phpversion(), HOSTINGER_EASY_ONBOARDING_MINIMUM_PHP_VERSION, '>=' ) ) { add_action( 'admin_notices', function () { ?> <div class="notice notice-error is-dismissible hts-theme-settings"> <p> <?php /* translators: %s php version */ ?> <strong><?php echo __( 'Attention:', 'hostinger-easy-onboarding' ); ?></strong> <?php echo sprintf( __( 'The Hostinger Easy Onboarding plugin requires minimum PHP version of <b>%s</b>. ', 'hostinger-easy-onboarding' ), HOSTINGER_EASY_ONBOARDING_MINIMUM_PHP_VERSION ); ?> </p> <p> <?php /* translators: %s php version */ ?> <?php echo sprintf( __( 'You are running <b>%s</b> PHP version.', 'hostinger-easy-onboarding' ), phpversion() ); ?> </p> </div> <?php } ); add_action( 'admin_head', function () { ?> <style> .notice.notice-error { display: none !important; } .notice.notice-error.hts-theme-settings { display: block !important; } </style> <?php } ); } else { require_once __DIR__ . '/loader.php'; }
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).