📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:34:32
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
wp-mail-smtp
/
src
/
Compatibility
/
Plugin
✏️
Editing: WPForms.php
<?php namespace WPMailSMTP\Compatibility\Plugin; /** * WPForms compatibility plugin. * * @since 4.0.0 */ class WPForms extends WPFormsLite { /** * Get plugin name. * * @since 4.0.0 * * @return string */ public static function get_name() { return 'WPForms'; } /** * Get plugin path. * * @since 4.0.0 * * @return string */ public static function get_path() { return 'wpforms/wpforms.php'; } }
💾 Save Changes
❌ Cancel