Add_Masterstudy_Integration::setup()
Source Source
File: src/integrations/masterstudy-lms/add-masterstudy-integration.php
protected function setup() { $this->set_integration( 'MSLMS' ); $this->set_name( 'MasterStudy LMS' ); $this->set_icon( 'masterstudy-lms.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'masterstudy-lms-learning-management-system/masterstudy-lms-learning-management-system.php' ); }
Expand full source code Collapse full source code View on Github