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