去掉 YITH WooCommerce 高级扩展启用后的,后台激活提示,被烦的不行。

去掉 YITH WooCommerce 高级扩展启用后的,后台激活提示,被烦的不行。

标签: ,

  • 该话题包含 1 个回复,1 人参与,最后由诗语 更新于 6 年前
正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 作者
    帖子
  • 诗语
    管理员
    • 文章数量: 5,908
    @feibisi
    楼主

    这一长串的提示,如图,就启用了几个插件测试但是一直有这个框还不能取消掉,烦的不行。

    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);
    
    诗语
    管理员
    • 文章数量: 5,908
    @feibisi
    楼主
    此回复已被标记为私有,🔒 仅楼主及管理员可见。
正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 哎呀,回复话题必需登录。

话题信息