Add_WPLMS_Integration::setup()
Source
File: src/integrations/wplms/add-wplms-integration.php
protected function setup() { $this->set_integration( 'WPLMS' ); $this->set_name( 'WP LMS' ); $this->set_icon( 'wplms-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'wplms-front-end/wplms-front-end.php' ); }
Expand full source code Collapse full source code View on Github