內容簡介
- 最佳的 WordPress 檢查清單外掛,可以讓管理員建立任務和檢查項目,以保持網站的最新狀態。
- 啟用後,在儀表板的左側將出現一個名為"Checker"的新菜單項目。前往該頁面,管理您在 WordPress 網站上需要的任務/檢查。
- 我們很快將提供推薦的優化建議。這些建議將對任何 WP 網站都非常有用。
- 注意:此外掛使用字體驚奇庫提供的圖示字體,但是它從外掛的本地資料夾加載這些字體。您可以在這裡了解更多有關字體驚奇圖示的資訊。
- 若要修改某些功能,您需要從 src 資料夾修改文件。在進行更改後,請運行以下指令來建立生產文件:
- npm update
- npm run start
問題與答案:
- 啟用此外掛後,在儀表板的哪裡可以找到"Checker"菜單項目?
- 在儀表板的左側。
- 要管理網站上的任務和檢查項目,應該前往哪個頁面?
- 前往"Checker"頁面。
- 外掛將提供什麼類型的建議?
- 優化網站的建議。
- 外掛使用哪個庫來加載圖示字體?圖示字體存放在哪個資料夾?
- 使用字體驚奇庫來加載圖示字體,並且將其存放在外掛的本地資料夾中。
- 如果要修改功能,應該從哪裡修改文件?需要執行哪些指令來建立生產文件?
- 需要從 src 資料夾修改文件。在進行更改後,需要運行 npm update 和 npm run start 指令來建立生產文件。
外掛標籤
開發者團隊
原文外掛簡介
Best WordPress checklist plugin that allows admin to create tasks and checks to keep website up to date.
After activation, you will see a new menu item on the left in your dashboard called Checker. Go to that page and manage the tasks/checks that you need on your WordPress website.
We will soon add recommendations to better optimize your website. These recommendation will be useful as best practices on any WP website.
Note: This plugin uses the font awesome library for icon fonts but it loads them from the plugin’s local folder. You can learn more about the font awesome icons here
To modify some functionality, you would need to modify the files from the src folder. After making your changes, please run the following commands to build the production files:
npm update
npm run start
