ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wp-mail-smtp/src/Admin/Pages
/
home
mhhtmff
www
site
wp-content
plugins
wp-mail-smtp
src
Admin
Pages
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
About.php
1.52 MB
chmod
View
DL
Edit
Rename
Delete
AboutTab.php
31.79 MB
chmod
View
DL
Edit
Rename
Delete
ActionSchedulerTab.php
3.13 MB
chmod
View
DL
Edit
Rename
Delete
AdditionalConnectionsTab.php
5.31 MB
chmod
View
DL
Edit
Rename
Delete
AlertsTab.php
10.39 MB
chmod
View
DL
Edit
Rename
Delete
AuthTab.php
1.28 MB
chmod
View
DL
Edit
Rename
Delete
ControlTab.php
13.11 MB
chmod
View
DL
Edit
Rename
Delete
DebugEventsTab.php
14.97 MB
chmod
View
DL
Edit
Rename
Delete
EmailReports.php
714 B
chmod
View
DL
Edit
Rename
Delete
EmailReportsTab.php
5.29 MB
chmod
View
DL
Edit
Rename
Delete
ExportTab.php
5.59 MB
chmod
View
DL
Edit
Rename
Delete
Logs.php
1016 B
chmod
View
DL
Edit
Rename
Delete
LogsTab.php
5.81 MB
chmod
View
DL
Edit
Rename
Delete
MiscTab.php
13.42 MB
chmod
View
DL
Edit
Rename
Delete
SettingsTab.php
13.47 MB
chmod
View
DL
Edit
Rename
Delete
SmartRoutingTab.php
13.11 MB
chmod
View
DL
Edit
Rename
Delete
TestTab.php
65.52 MB
chmod
View
DL
Edit
Rename
Delete
Tools.php
687 B
chmod
View
DL
Edit
Rename
Delete
VersusTab.php
7.17 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wp-mail-smtp/src/Admin/Pages/About.php
<?php namespace WPMailSMTP\Admin\Pages; use WPMailSMTP\Admin\ParentPageAbstract; /** * About parent page. * * @since 1.5.0 * @since 2.9.0 changed parent class from PageAbstract to ParentPageAbstract. */ class About extends ParentPageAbstract { /** * Slug of a page. * * @since 1.5.0 * * @var string Slug of a page. */ protected $slug = 'about'; /** * Page default tab slug. * * @since 2.9.0 * * @var string */ protected $default_tab = 'about'; /** * Get label for a tab. * Process only those that exists. * Defaults to "About Us". * * @since 1.5.0 * * @param string $tab Tab to get label for. * * @return string */ public function get_label( $tab = '' ) { if ( ! empty( $tab ) ) { return $this->get_tab_label( $tab ); } return esc_html__( 'About Us', 'wp-mail-smtp' ); } /** * Title of a page. * * @since 1.5.0 * * @return string */ public function get_title() { return $this->get_label(); } /** * Active the given plugin. * * @deprecated 2.9.0 * * @since 1.5.0 */ public static function ajax_plugin_activate() { _deprecated_function( __METHOD__, '2.9.0', '\WPMailSMTP\Admin\Pages\AboutTab::ajax_plugin_activate' ); AboutTab::ajax_plugin_activate(); } /** * Install & activate the given plugin. * * @deprecated 2.9.0 * * @since 1.5.0 */ public static function ajax_plugin_install() { _deprecated_function( __METHOD__, '2.9.0', '\WPMailSMTP\Admin\Pages\AboutTab::ajax_plugin_install' ); AboutTab::ajax_plugin_install(); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply