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