🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:23:07 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Admin
/
Pages
📍 /home/therahul/thedasstores.com/wp-content/plugins/wp-mail-smtp/src/Admin/Pages
🔄 Refresh
✏️
Editing: EmailReports.php
Writable
<?php namespace WPMailSMTP\Admin\Pages; use WPMailSMTP\Admin\ParentPageAbstract; /** * Class EmailReports. * * @since 3.0.0 */ class EmailReports extends ParentPageAbstract { /** * Page default tab slug. * * @since 3.0.0 * * @var string */ protected $default_tab = 'reports'; /** * Slug of a page. * * @since 3.0.0 * * @var string */ protected $slug = 'reports'; /** * Link label of a page. * * @since 3.0.0 * * @return string */ public function get_label() { return esc_html__( 'Email Reports', 'wp-mail-smtp' ); } /** * Title of a page. * * @since 3.0.0 * * @return string */ public function get_title() { return $this->get_label(); } }
💾 Save Changes
❌ Cancel