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