このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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

FAQ

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