芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/happyforms/happyforms.php
name = __( 'HappyForms', 'suretriggers' ); $this->description = __( 'A contact form builder plugin. ', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/happyforms.png'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( 'HappyForms' ); } } IntegrationsController::register( HappyForms::class );