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