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