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