芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/givewp/givewp.php
name = __( 'GiveWP', 'suretriggers' ); $this->description = __( 'GiveWP is an evolving WordPress donation plugin with a team that genuinely cares about advancing the democratization of generosity.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/givewp.svg'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( Give::class ); } } IntegrationsController::register( GiveWP::class );