前言介紹
- 這款 WordPress 外掛「Plugin Dependencies」是 2010-10-23 上架。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2014-11-13,距離現在已有 3825 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
- 有 7 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
內容簡介
這個元外掛讓常規外掛指定其依賴的其他外掛。
範例:
/*
Plugin Name: BuddyPress Debug
Depends: BuddyPress, Debug Bar
*/
這樣做的結果:
只有在 BuddyPress 和 Debug Bar 兩個外掛都啟用時,BuddyPress Debug 才會啟用。
當 BuddyPress 或 Debug Bar 被停用時,BuddyPress Debug 也會被停用。
= 增強依賴資訊 =
不幸的是,目前很少外掛包含依賴資訊。如果您想增強此外掛可用的資訊,您可以安裝 Known Plugin Dependencies,它是此外掛的附加元件。
連結: 外掛新聞 | 作者網站
開發這個外掛是在GitHub上進行的。歡迎提出拉取請求。在前往外掛論壇之前,請查看那裡報告的問題。
原文外掛簡介
This meta-plugin allows regular plugins to specify other plugins that they depend upon.
Example:
/*
Plugin Name: BuddyPress Debug
Depends: BuddyPress, Debug Bar
*/
What this does:
Disables activation of BuddyPress Debug until both BuddyPress and Debug Bar are already activated.
When either BuddyPress or Debug Bar are deactivated, BuddyPress Debug will also be deactivated.
= Enriching dependency information =
Unfortunately, very few plugins currently contain dependency information. If you’d like to enhance the information available to this plugin, you might want to install the Known Plugin Dependencies plugin which acts as an add-on to this one.
Links: Plugin News | Author’s Site
Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Plugin Dependencies」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Stock Dependencies for WooCommerce 》使用 Stock Dependencies for WooCommerce,您可以使您在 WooCommerce 商店中出售的產品和變體依賴於其他產品或變體的庫存。客戶可以選擇和購買產品,而不必...。
WP Composer 》將 Composer 依賴管理工具添加到 WP CLI 中。讓您可以遞歸地安裝/更新 Composer 套件在您所有的 WordPress 外掛程式和佈景主題之中。, 這是使用什麼工具?, ...。
Known Plugin Dependencies 》這棒極了的 WordPress Plugin Dependencies 外掛程式將外掛程式相依性管理引入您的 WordPress 管理區域。, 不幸的是,現實是很少的外掛程式目前包含相依性資...。