11 lines
322 B
PHP
11 lines
322 B
PHP
<?php
|
|
|
|
if ( class_exists( 'QuadLayers\\PluginFeedback\\Load' ) ) {
|
|
\QuadLayers\PluginFeedback\Load::instance()->add(
|
|
WOOCCM_PLUGIN_FILE,
|
|
array(
|
|
'support_link' => 'https://quadlayers.com/account/support/?utm_source=wooccm_plugin&utm_medium=plugin_feedback&utm_campaign=support&utm_content=feedback_form',
|
|
)
|
|
);
|
|
}
|