To remove the licence message, rather then having 'ok', or the original warning, comment/delete the following code from funtions-updater.php on line 254 just after } ...
else if( $status != 'valid' ) {
$message = sprintf(
__( 'Your license is not currently activated. Please ensure you activate your license in order to use all the features of this plugin. Your license number will be on the email you were sent with the download link or on <a target="_blank" href="%s">your account page</a>.', 'pewc' ),
esc_url( PEWC_STORE_URL . '/my-account/' )
);
$settings_url = pewc_get_settings_url();
$message .= sprintf(
__( '<p><a href="%s">Enter your license key here</a></p>', 'pewc' ),
$settings_url
);
printf(
'<div class="notice notice-error"><p><strong>%s</strong></p><p>%s</p></div>',
__( 'WooCommerce Product Add-Ons Ultimate', 'pewc' ),
$message
);
}
if( isset( $_GET['show_response'] ) ) {
$error = get_option( 'pewc_test_response', false );
if( $error ) {
printf(
'<div class="notice notice-error"><pre>%s</pre></div>',
print_r( $error, true )
);
}
}
On a lighter note - Please can someone upload the latest version (3.8.9) if possible to test the bug fixes out.
Enjoy and Thanks
