X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/wp-mail-smtp/src/Admin
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Admin
/
ðŸ“
..
📄
AdminBarMenu.php
(3.1 KB)
📄
Area.php
(47.92 KB)
📄
ConnectionSettings.php
(16.69 KB)
📄
DashboardWidget.php
(21.79 KB)
ðŸ“
DebugEvents
📄
DomainChecker.php
(4.48 KB)
📄
Education.php
(2.81 KB)
📄
FlyoutMenu.php
(4.12 KB)
📄
Notifications.php
(13.29 KB)
📄
PageAbstract.php
(3.1 KB)
📄
PageInterface.php
(551 B)
ðŸ“
Pages
📄
ParentPageAbstract.php
(7.03 KB)
📄
PluginsInstallSkin.php
(1.19 KB)
📄
Review.php
(6.85 KB)
📄
SetupWizard.php
(60.17 KB)
Editing: PageInterface.php
<?php namespace WPMailSMTP\Admin; /** * Class PageInterface defines what should be in each page class. * * @since 1.0.0 */ interface PageInterface { /** * URL to a tab. * * @since 1.0.0 * * @return string */ public function get_link(); /** * Title of a tab. * * @since 1.0.0 * * @return string */ public function get_title(); /** * Link label of a tab. * * @since 1.0.0 * * @return string */ public function get_label(); /** * Tab content. * * @since 1.0.0 */ public function display(); }
Upload File
Create Folder