芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/groundhogg/groundhogg.php
name = __( 'Groundhogg', 'suretriggers' ); $this->description = __( 'Groundhogg is the best WordPress CRM & Marketing Automation plugin. Create funnels, email campaigns, newsletters, marketing automation.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/Groundhogg.png'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return defined( 'GROUNDHOGG_VERSION' ); } } IntegrationsController::register( Groundhogg::class );