Add_Em_Integration::setup()
Source
File: src/integrations/events-manager/add-em-integration.php
protected function setup() { $this->set_integration( 'EVENTSMANAGER' ); $this->set_name( 'Events Manager' ); $this->set_icon( 'events-manager-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'events-manager/events-manager.php' ); }
Expand full source code Collapse full source code View on Github