去掉 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>