Hello,
Insert the following code in the functions.php of your theme:
function yith_remove_notice ($ show_license_notice)
{
return false;
}
add_filter (“yith_plugin_fw_show_activate_license_notice”, “yith_remove_notice”, 99999999999999999, 1);
If you have problems, do not hesitate to contact us, we will be happy to help you.
Best regards.