File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/src/Controllers/MainPageController.php
Back
<?php /** * Main page menu controller * * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ namespace Duplicator\Controllers; use Duplicator\Core\CapMng; use Duplicator\Core\Controllers\ControllersManager; use Duplicator\Core\Controllers\AbstractMenuPageController; class MainPageController extends AbstractMenuPageController { /** * Class constructor */ protected function __construct() { $this->pageSlug = ControllersManager::MAIN_MENU_SLUG; $this->pageTitle = 'Duplicator Plugin'; $this->menuPos = 100; $this->menuLabel = apply_filters('duplicator_main_menu_label', 'Duplicator'); $this->capatibility = CapMng::CAP_BASIC; $this->iconUrl = \DUP_PRO_Constants::ICON_SVG; } /** * Render page * * @return void */ public function render() { // This page is empty because WordPress also renders the first secondary page which is the list of packages. } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings