芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/asgaros/asgaros.php
name = __( 'Asgaros', 'suretriggers' ); $this->description = __( 'The best WordPress forum plugin, full-fledged yet easy and light forum solution for your WordPress website. The only forum software with multiple forum layouts.', 'suretriggers' ); parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( 'AsgarosForum' ); } } IntegrationsController::register( Asgaros::class );