芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/sureforms/sureforms.php
name = __( 'SureForms', 'suretriggers' ); $this->description = __( 'A simple yet powerful way to create modern forms for your website.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/sureforms.svg'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( Plugin_Loader::class ); } } IntegrationsController::register( SureForms::class );