這一長串的提示,如圖,就啟用了幾個外掛測試但是一直有這個框還不能取消掉,煩的不行。

YITH: Warning! You didn』t set license key for the following products:
下面是去掉 YITH WooCommerce 高階擴充套件啟用提示的方法:
// 去掉 YITH WooCommerce 高階擴充套件啟用提示
function yith_remove_notice ($show_license_notice)
{
return false;
}
add_filter('yith_plugin_fw_show_activate_license_notice','yith_remove_notice', 99999999999999999,1);