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