┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/fruitup-eu/wp-content/plugins/duplicator/src/Views
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: ViewHelper.php
<?php /** * @package Duplicator */ namespace Duplicator\Views; use Duplicator\Core\Controllers\ControllersManager; use Duplicator\Core\Views\TplMng; class ViewHelper { /** * Display Duplicator Logo on all pages * * @return void */ public static function adminLogoHeader() { if (!ControllersManager::isDuplicatorPage()) { return; } TplMng::getInstance()->render('parts/admin-logo-header'); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 AdminNotices.php
PHP
21 KB
2026-05-18 11:53
EDIT
📄 DashboardWidget.php
PHP
8.2 KB
2026-05-18 11:53
EDIT
📄 EducationElements.php
PHP
4.6 KB
2026-05-18 11:53
EDIT
📄 ViewHelper.php
PHP
471 B
2026-05-18 11:53
EDIT