File ManagerCurrent Directory: wp-content/plugins/wp-mail-smtp/src/Compatibility/PluginLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: WPFormsLite.php <?php namespace WPMailSMTP\Compatibility\Plugin; /** * WPForms Lite compatibility plugin. * * @since 4.0.0 */ class WPFormsLite extends PluginAbstract { /** * Get plugin name. * * @since 4.0.0 * * @return string */ public static function get_name() { return 'WPForms Lite'; } /** * Get plugin path. * * @since 4.0.0 * * @return string */ public static function get_path() { return 'wpforms-lite/wpforms.php'; } /** * Execute on init action. * * @since 4.0.0 */ public function load() { // phpcs:ignore WPForms.PHP.HooksMethod.InvalidPlaceForAddingHooks if ( wp_mail_smtp()->get_queue()->is_enabled() ) { add_filter( 'wpforms_tasks_entry_emails_trigger_send_same_process', '__return_true', PHP_INT_MAX ); } } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirAdmin2020.phpFile1.08 KB Rename | Delete | EditPluginAbstract.phpFile1.07 KB Rename | Delete | EditPluginInterface.phpFile905.00 B Rename | Delete | EditWPForms.phpFile435.00 B Rename | Delete | EditWPFormsLite.phpFile774.00 B Rename | Delete | EditWooCommerce.phpFile762.00 B Rename | Delete | Edit