內容簡介
總結:OutPlug幫助WordPress網站擁有者檢測長期未更新的外掛程式,並在管理員外掛清單中突顯過時的外掛。此外,它在儀表板小工具中以紅色驚嘆號顯示不更新的外掛,並可選擇當偵測到不更新的外掛時向網站管理員發送電子郵件提醒。OutPlug是輕量級、安全的外掛,符合WordPress最佳實踐,使用設定API和暫存進行緩存。
1. OutPlug 如何幫助WordPress網站擁有者?
- OutPlug可以偵測多久未更新的外掛程式。
- OutPlug可以在管理員外掛清單中突顯過時的外掛。
- OutPlug可以在儀表板小工具中以紅色驚嘆號顯示不更新的外掛。
- OutPlug當偵測到不更新的外掛時,可以選擇向網站管理員發送電子郵件提醒。
2. OutPlug是如何確保安全性的?
- OutPlug是輕量級且安全的外掛。
- OutPlug遵循WordPress最佳實踐,使用設定API和暫存進行緩存。
3. OutPlug如何連接到外部服務?
- OutPlug連接到API以通過WordPress Plugin API獲取外掛信息,以顯示外掛程式的最後更新日期。
- OutPlug將每個個別外掛程式發送到API,以確定該信息是在頁面加載時還是刷新時獲取的。
- 更多信息可以在https://developer.wordpress.org/rest-api/找到。
外掛標籤
開發者團隊
原文外掛簡介
OutPlug helps WordPress site owners:
Detect plugins that haven’t been updated in a configurable number of months.
Highlight outdated plugins in the admin plugin list.
Display stale plugins in a dashboard widget with a red exclamation mark.
Optionally send email alerts to the site administrator when stale plugins are detected.
OutPlug is lightweight, safe, and follows WordPress best practices using the Settings API and transients for caching.
External services
This plugin connects to an API to obtain plugin information via the WordPress Plugin API, it’s needed to show the date the plugin was last updated.
It sends the each individual plugin to the API to determine the information either when the page is loaded or when it is refreshed.
More information can be found at https://developer.wordpress.org/rest-api/
Arbitrary Section
Optional configuration file: outplug-config.php
– stale_months : integer, months before plugin is considered stale
– send_emails : boolean, send email alerts to admin
– debug : boolean, log debug info to PHP error log
