ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-content/plugins/ele-custom-skin-pro/admin
/
home
mhhtmff
www
site BKP
wp-content
plugins
ele-custom-skin-pro
admin
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
views
-
chmod
Open
Rename
Delete
class-license.php
1.17 MB
chmod
View
DL
Edit
Rename
Delete
class-serializer.php
3.26 MB
chmod
View
DL
Edit
Rename
Delete
class-submenu.php
1.19 MB
chmod
View
DL
Edit
Rename
Delete
license-page.php
1.07 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-content/plugins/ele-custom-skin-pro/admin/class-submenu.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class ecs_submenu { /** * A reference the class responsible for rendering the submenu page. * * @var submenu_page * @access private */ private $submenu_page; /** * Initializes all of the partial classes. * * @param Submenu_Page $submenu_page A reference to the class that renders the * page for the plugin. */ public function __construct( $submenu_page ) { $this->submenu_page = $submenu_page; } /** * Adds a submenu for this plugin to the 'Tools' menu. */ public function init() { add_action( 'admin_menu', array( $this, 'add_options_page' ) ); } /** * Creates the submenu item and calls on the Submenu Page object to render * the actual contents of the page. */ public function add_options_page() { add_options_page( 'Ele Custom Skin Pro', 'Ele Custom Skin Pro License', 'manage_options', 'elecsp-admin-page', array( $this->submenu_page, 'render' ) ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply