芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/badgeos/badgeos.php
name = __( 'BadgeOS', 'suretriggers' ); $this->description = __( 'BadgeOS lets your site’s users complete tasks and earn badges that recognize their achievement.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/badgeos.svg'; parent::__construct(); } /** * Is Plugin depended on plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( 'BadgeOS' ); } } IntegrationsController::register( BadgeOS::class );