I hide the message until the next plugin update by disabling the following in wp-config.php
define( ‘WP_DEBUG’, true ); —> define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_LOG’, true ); —> define( ‘WP_DEBUG_LOG’, false );
Hope it helps
Hi,
I get also the following warning: Undefined index: required in /wp-content/plugins/woocommerce-checkout-manager/includes/checkout.php on line 32
Anyone experience the same issue?
Thanks,