Reply To: Constant warning, informs when debugging is enabled

Home Page Forums WooCommerce Custom Tabs Constant warning, informs when debugging is enabled Reply To: Constant warning, informs when debugging is enabled

#3398

WebshopLogic

Keymaster

Hi,

The problem is solved in v1.0.21, please update to it.

These lines were changed:

$version = $this_version;
$plugin_name = $this_plugin_name;

These are the fixed lines:

$version = WCT_VERSION;
$plugin_name = WCT_NAME;

I hope this solution is right for you.

Peter Rath
WebshopLogic