Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
plugins
/
duplicator
/
src
/
Views
/
File Content:
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'); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
AdminNotices.php
21523 bytes
0644
DashboardWidget.php
8441 bytes
0644
EducationElements.php
4688 bytes
0644
ViewHelper.php
471 bytes
0644
N4ST4R_ID | Naxtarrr