Add_WPCW_Integration::setup()
Source
File: src/integrations/wp-courseware/add-wpcw-integration.php
protected function setup() { $this->set_integration( 'WPCW' ); $this->set_name( 'WP Courseware' ); $this->set_icon( 'wp-courseware-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'wp-courseware/wp-courseware.php' ); }
Expand full source code Collapse full source code View on Github