Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Add_Wc_Integration::setup()
Return Return
(mixed)
Source Source
File: src/integrations/woocommerce/add-wc-integration.php
protected function setup() { $this->set_integration( 'WC' ); $this->set_name( 'WooCommerce' ); $this->set_icon( 'woocommerce-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'woocommerce/woocommerce.php' ); }
Expand full source code Collapse full source code View on Github