Add_Uc_Integration::setup()
Source
File: src/integrations/uncanny-codes/add-uc-integration.php
protected function setup() { $this->set_integration( 'UNCANNYCODE' ); $this->set_name( 'Uncanny Codes' ); $this->set_icon( 'uncanny-owl-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'uncanny-learndash-codes/uncanny-learndash-codes.php' ); }
Expand full source code Collapse full source code View on Github