Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Compatibility
/
Plugin
/
/home/ophq1335/www/wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin/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'; } }