REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.40 KB
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger/includes/Admin/Menu.php
Text
Base64
<?php namespace Hostinger\Admin; use Hostinger\Admin\PluginSettings; use Hostinger\WpHelper\Utils; use Hostinger\WpMenuManager\Menus; defined( 'ABSPATH' ) || exit; class Menu { public const MENU_SLUG = 'hostinger-tools'; public function __construct() { add_filter( 'hostinger_admin_menu_bar_items', array( $this, 'add_admin_bar_items' ) ); add_filter( 'hostinger_menu_subpages', array( $this, 'sub_menu' ) ); } public function add_admin_bar_items( $menu_items ): array { $menu_items[] = array( 'id' => 'hostinger-tools-admin-bar', 'title' => __( 'Tools', 'hostinger' ), 'href' => admin_url( 'admin.php?page=' . self::MENU_SLUG ), ); return $menu_items; } public function sub_menu( $submenus ): array { $tools_submenu = array( 'page_title' => __( 'Tools', 'hostinger' ), 'menu_title' => __( 'Tools', 'hostinger' ), 'capability' => 'manage_options', 'menu_slug' => self::MENU_SLUG, 'callback' => array( $this, 'render_tools_menu_page' ), 'menu_order' => 10, ); $submenus[] = $tools_submenu; return $submenus; } public function render_tools_menu_page(): void { echo wp_kses( Menus::renderMenuNavigation(), 'post' ); ?> <div id="hostinger-tools-vue-app"/> <?php } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Jobs
DIR
-
drwxr-xr-x
2026-06-14 00:11:49
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Options
DIR
-
drwxr-xr-x
2026-06-14 00:11:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Views
DIR
-
drwxr-xr-x
2026-06-14 00:11:49
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Assets.php
12.32 KB
lrw-r--r--
2026-06-10 16:30:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Hooks.php
1.35 KB
lrw-r--r--
2026-06-10 16:30:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Menu.php
1.40 KB
lrw-r--r--
2026-06-10 16:30:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PluginSettings.php
1.50 KB
lrw-r--r--
2026-06-10 16:30:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Proxy.php
1.63 KB
lrw-r--r--
2026-06-10 16:30:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Redirects.php
1.04 KB
lrw-r--r--
2026-06-10 16:30:25
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).