Add_Wpf_Integration::setup()
Source
File: src/integrations/wpforms/add-wpf-integration.php
protected function setup() { $this->set_integration( 'WPF' ); $this->set_name( 'WP Forms' ); $this->set_icon( 'wpforms-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); }
Expand full source code Collapse full source code View on Github