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

标签: ,

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

话题信息

  • 当前位于:WooCommerce
  • 1 条回复
  • 1 个参与人
  • 最后回复:<a href="https://bbs.weixiaoduo.com/users/feibisi/" title=" 查看诗语的个人资料" class="bbp-author-link"><span class="bbp-author-name"> 诗语</span></a>
  • 上次活动:<a href="https://bbs.weixiaoduo.com/topic/27293/#post-29076" title=" 回复至:去掉 YITH WooCommerce 高级扩展启用后的,后台激活提示,被烦的不行。">6 年、 4 月前</a>