Open

About User

Questions Asked: 5

Answers Given: 5

Tags

0
  • Open

YITH: Warning! You didn’t set license key for the following products:

I get error below on wordpress admin



Warning! You didn’t set license key for the following products:


YITH WooCommerce Ajax Search PremiumYITH WooCommerce Category Accordion PremiumYITH WooCommerce Checkout ManagerYITH WooCommerce Product Add-Ons Premium

which means you’re missing out on updates and support. Enter your license key, please.


0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

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.

0