芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/fluentsmtp/fluentsmtp.php
name = __( 'FluentSMTP', 'suretriggers' ); $this->description = __( 'FluentSMTP is the ultimate WP Mail Plugin that connects with your Email Service Provider natively and makes sure your emails are delivered.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/fluentSMTP.svg'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return function_exists( 'fluentSmtpInit' ); } } IntegrationsController::register( FluentSMTP::class );