这一长串的提示,如图,就启用了几个插件测试但是一直有这个框还不能取消掉,烦的不行。
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);