Add_Lf_Integration::setup()
Source
File: src/integrations/lifterlms/add-lf-integration.php
protected function setup() { $this->set_integration( 'LF' ); $this->set_name( 'LifterLMS' ); $this->set_icon( 'lifterlms-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'lifterlms/lifterlms.php' ); }
Expand full source code Collapse full source code View on Github