芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/newsletter/newsletter.php
name = __( 'Newsletter', 'suretriggers' ); $this->description = __( 'Newsletter is a powerful yet simple email creation tool that helps you get in touch with your subscribers and engage them with your own content.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/newsletter.svg'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { if ( defined( 'NEWSLETTER_VERSION' ) ) { return true; } else { return false; } } } IntegrationsController::register( Newsletter::class );