這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Network Plugin Auditor

外掛說明

As my WordPress network grew I found it challenging to track which plugins and themes were used on each site, and the only way to check was to visit each dashboard one at a time. What a hassle!

This plugin adds columns to your Network Admin on the Sites, Themes and Plugins pages to show which of your sites have each plugin and theme activated. Now you can easily determine which plugins and themes are used on your network sites and which can be safely removed.

螢幕擷圖

  • Plugin Active on the Network Plugins page
  • Plugin Active on the Network Sites page
  • Plugin Active on the Network Themes page

安裝方式

  1. Upload the files to the /wp-content/plugins/ directory.
  2. Network Activate the plugin through the ‘Network Plugins’ menu in WordPress

常見問題集

Will this plugin work with my single-site wordpress installation?

No, the columns are only added in the network admin dashboard. There is no change on the normal site dashboards so there is nothing to see on a single-site installation.

All my blogs are showing blank columns except for the first!

Please update to version 1.2 for improved support for custom database prefixes.

Can I use this plugin as an Must-Use plugin?

Yes! Just copy the network-plugin-auditor.php file to your mu-plugins folder. Be aware that you will not receive automatic notices of updates if you choose to install the plugin this way.

I want to help!

Sure, head over to https://github.com/ksemel/network-plugin-auditor, fork the repo and send in a pull request!

I found a bug

And I want to know about it! You can visit the Support Forum (https://wordpress.org/support/plugin/network-plugin-auditor) or open an issue in github (https://github.com/ksemel/network-plugin-auditor/issues)

使用者評論

2019 年 11 月 13 日
Great example of simple, important functionality that you'd want in core really. Thanks so much for this. It's been working fine for years on a couple of high demand multisite networks I run and still working great as of today.
2016 年 9 月 3 日
Very useful for knowing what plugins or themes are being used when considering deleting them.
2016 年 9 月 3 日
This is an indispensable tool for MS admins, since WordPress core doesn't include any tools for seeing which MS plugins are in use or by which sites.
閱讀全部 21 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Network Plugin Auditor〉的開發相關工作。

參與者

將〈Network Plugin Auditor〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.10.1

  • Add filter for the args sent to wp_get_sites(), thanks to @jazbek
  • Send correct args to get_sites to pull data from additional blogs beyond 100, thanks to @wlpdrpat

1.10

WordPress 4.6 compatibility fixes

1.9.1

WordPress 4.3 compatibility fixes

1.9

Added blog status to plugin listing
Adjusted code for better i18n
– Brazilian Portuguese translation now available, courtesy of Gabriel Reguly (gabriel-reguly)

1.8.1

Check out the mirror on github! https://github.com/ksemel/network-plugin-auditor
Some cleanup when running PHP Strict

1.8

Fixed limit on wp_get_sites() to support up to 10000 sites ( the default wp_is_large_network() limit ) ( Props to iclysdale )

1.7

  • Spanish translation now available, courtesy of Maria Ramos

1.6

  • Displays parent-child theme relationships
  • Added translation hooks

1.5.2

  • Fixed a logic error in cleanup

1.5.1

  • Fixed error where themes page does not show the active blogs
  • Fixed a database error when there is no option table with the base prefix

1.5

  • Fixed the transient cache not clearing on plugin activation and deactivations

1.4

  • Added a theme column to the Sites page (User request from marikamitsos)
  • WordPress 3.6 compatibility updates

1.3.2

  • Reduced transient name length to under 45 characters

1.3.1

  • Fixed a bug where the primary blog would show all available themes as active even if they were not.
  • Fix over-long transient names in db fields

1.3

  • Fixed WordPress 3.5 compatibility issues

1.2

  • Fixed an issue where the database prefixes were not determined correctly (Thank you montykaplan for your debugging log info!)
  • Added messaging for the case where the database prefix is blank (which isn’t supported in multisite as of 3.3)

1.1

  • Added support for Themes. Now shows which themes are actually used and by which blog in your themes list
  • Stored some of the more intensive queries in the transient cache to improve performance
  • Improved error handling

1.0.1

Bug fix: Check column_name before adding the output (Thanks to gabriel-reguly for the catch!)

1.0

Initial release