外掛說明
WordPress 更新至 5.5 版後,便不再預設啟用移轉工具 jquery-migrate
,這會造成某些執行舊版程式碼的外掛及佈景主題產生未預期的行為。
這個外掛提供一個暫時性的因應措施,它能為 WordPress 5.5 的網站啟用移轉指令碼,以便讓 (網站已採用的) 外掛及佈景主題開發者,能夠有更多時間完成程式碼更新及測試。
安裝方式
- 將壓縮檔解壓縮後所得的
enable-jquery-migrate-helper
資料夾及其檔案上傳至wp-content/plugins/
資料夾。 - 請於 [外掛] 頁面啟用這個外掛。
- 大功告成!這個外掛會自動為網站處理接下來的工作。
常見問題集
-
『有些項目「已淘汰不用」』代表什麼?
-
當開發者使用更符合開發規範的指令碼、檔案或其他程式碼片段取代現有版本時,舊有項目便會遭到移除及棄用。
-
如何找到及使用瀏覽器主控台?
-
請參閱 WordPress.org 上的〈使用瀏覽器診斷 JavaScript 錯誤〉線上說明。
使用者評論
2020 年 10 月 27 日
Works as expected to fix plugins not updated, but whenever I enable the plugin my page load times go from about 800ms to 2500-3000+ miliseconds.
2020 年 10 月 24 日
your fine plugin solved a whole bag of problems I had run into. 🙂 very helpful + utterly appreciated (y)
2020 年 10 月 21 日
Thanks a lot!
2020 年 10 月 17 日
SIMPLY FANTASTIC
2020 年 10 月 16 日
Works great thanks so much
2020 年 10 月 14 日
Desde já muito agradecido Deivison.
參與者及開發者
變更記錄
v 1.1.0
- Added option to dismiss deprecation notices in backend
- Added logging of deprecation notices in the front end
- Added admin bar entry to show when deprecations occur
- Added view of logged deprecations
- Added dashboard notice encouraging users to remove the plugin if no deprecations have been logged in a while (1 week).
- Changed the time interval between showing the dashboard nag from 2 weeks to 1 week, as WordPress 5.6 comes closer.
v 1.0.1
- Fix one of the admin notices being non-dismissible.
v 1.0.0
- Initial release.