芝麻web文件管理V1.00
编辑当前文件:/home/ephorei/www/wp-content/plugins/suretriggers/src/Integrations/tutorlms/tutorlms.php
name = __( 'TutorLMS', 'suretriggers' ); $this->description = __( 'Easily Create And Sell Online Courses On Your WP Site With TutorLMS.', 'suretriggers' ); $this->icon_url = SURE_TRIGGERS_URL . 'assets/icons/tutorlms.svg'; parent::__construct(); } /** * Is Plugin depended plugin is installed or not. * * @return bool */ public function is_plugin_installed() { return class_exists( '\TUTOR\Tutor' ); } } IntegrationsController::register( TutorLMS::class );