去除 The7 主題匯入演示資料限制和改為已註冊方法

正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 作者
    帖子
  • 詩語
    管理員
    • 文章數量: 5,930
    @feibisi
    樓主
    0

    The7 主題為原版原始碼,是需要授權碼進行授權的,安裝主題之後,後臺會提示未註冊,不註冊並不會影響使用,隻影響到線上升級和演式內容的匯入,若想把未註冊變為註冊,請接著往下看。

    修改主題裡面的 dt-the7/incmods/demo-content/includes/class-the7-demo-content-remote-server-api.php 檔案,具體修改如下:

    第 8 行新增以下程式碼:

    update_site_option( 『the7_registered』, 『yes』 );
    
    update_site_option( 『the7_purchase_code』, 『the7_purchase_code』 );

    如下:

    
    <?php
    /**
    * DTDummy remote API. Used to communicate with DTdummy server.
    *
    * @since 2.0.0
    * @package dt-dummy/includes
    */
    
    update_site_option( 'the7_registered', 'yes');
    update_site_option( 'the7_purchase_code','the7_purchase_code');
    
    class The7_demo_Content_Remote_Server_API {
    詩語
    管理員
    • 文章數量: 5,930
    @feibisi
    樓主
    0
    此回覆已被標記為私有,🔒 僅樓主及管理員可見。
正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 哎呀,回覆話題必需登入。

話題資訊

  • 當前位於:The7
  • 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/23412/#post-23413" title=" 回覆至:去除 The7 主題匯入演示資料限制和改為已註冊方法">7 年、 4 月前</a>