外掛說明
你是否曾經遇過自訂外掛或佈景主題意外遭到來源為 WordPress.org 上代稱完全相同的外掛或佈景主題所覆寫?有多個 Trac 開發需求提及這個問題,這個問題仍待核心程式開發團隊解決。這個外掛提供了解決方案。
這個外掛會在 [設定] 選單中新增 [Skip Updates] 項目,在外掛設定頁面中可以從下拉式選單選取 [plugin] 或 [theme] 類型,並新增對應的代稱以加入外掛或佈景主題。加入正確的資料後,外掛或佈景主題便不會再收到來自 WordPress.org 的更新或更新通知。
僅會顯示安裝來源為 WordPress.org 的外掛或佈景主題以供選取。
如果需要保護已安裝的外掛及佈景主題不會因為意外而更新,便需要安裝並啟用這個外掛。幸運的是,可以將 WP Dependency Installer 這個外掛相依性安裝程式加入你所開發的外掛或佈景主題中,便能以選用或強制方式安裝並啟用任何外掛 (包含這個外掛)。
開發工作
歡迎在 GitHub 上對 develop 分支提出提取要求。
使用者評論
2021 年 2 月 24 日
It’s so useful for accident updating, if you want to avoid this kind of situations, th is a must-use plugin.
參與者及開發者
變更記錄
Please see the Github repository: CHANGELOG.md.
1.2.1 / 2024-07-11
- update tested to
- composer update
1.2.0 / 2023-09-10
- update to WPCS 3.0.0
1.1.3 / 2023-07-21
- add developery stuff
- update tested to
1.1.2 / 2022-05-10
- updated tested to
1.1.1 / 2022-02-08
- use
sanitize_title_with_dashes()
assanitize_file_name()
maybe have attached filter that changes output - use
sanitize_key()
for nonces - update nonce check in
class SU_List_Table
andclass Settings
- update
uninstall.php
1.1.0 / 2021-08-29
- speed up check for testing if plugin or theme is in dot org by using
wp_remote_head
- longer timeout if plugin or theme is in dot org
1.0.0 / 2021-08-14
- update selector and only allow dot org plugins and themes
0.5.2 / 2021-07-07
- use proper echo and escape not translation escape, thanks @westonruter
- add @10up GitHub Actions integration for WordPress SVN
0.5.1 / 2021-02-18
- better data validation for empty data
0.5.0
- fix redirect on save to only redirect on correct option page
0.4.0 / 2021-02-17
- check data validation for proper plugin/theme slug on save
0.3.0 / 2021-02-16
- change update transient filter to default priority
0.2.0 / 2021-02-12
- initial commit