Title: Multisite Matrix
Author: aceArt
Published: <strong>2026年8月18日</strong>
Last modified: 2026年8月19日

---

プラグインを検索

![](https://ps.w.org/multisite-matrix/assets/banner-772x250.png?rev=3652706)

![](https://ps.w.org/multisite-matrix/assets/icon-256x256.png?rev=3652706)

# Multisite Matrix

 作者: [aceArt](https://profiles.wordpress.org/aceart/)

[ダウンロード](https://downloads.wordpress.org/plugin/multisite-matrix.1.2.5.zip)

 * [詳細](https://ja.wordpress.org/plugins/multisite-matrix/#description)
 * [レビュー](https://ja.wordpress.org/plugins/multisite-matrix/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/multisite-matrix/#installation)
 * [開発](https://ja.wordpress.org/plugins/multisite-matrix/#developers)

 [サポート](https://wordpress.org/support/plugin/multisite-matrix/)

## 説明

WordPress マルチサイト標準のネットワーク管理では、どのプラグインが_ネットワーク全体
で有効化_されているかは確認できますが、各サイトの管理者がサイトごとに_ローカルに_
有効化したプラグインを、ネットワーク全体にわたって確認する標準機能はありません。
Multisite Matrix はこのギャップを埋めます。

#### できること

 * 既存のネットワーク管理 > プラグイン一覧に**「サイトでの有効状態」**列を直接追加
   し、各プラグインがどのサイトでローカルに有効になっているかを一目で確認できるよう
   にします。
 * Adds a dedicated **Plugin Matrix** page (Network Admin > Plugins > Multisite 
   Matrix) with a full plugins-by-sites table: every installed plugin as a row, 
   every site as a column, so you can scan the whole network’s plugin usage in one
   screen.
 * インストール済みだがネットワーク内の**どこでも有効になっていない**プラグインに
   フラグを付けます — セキュリティやパフォーマンスの監査前に、整理すべき候補をす
   ばやく見つけられます。
 * Distinguishes network-activated plugins (active for every site by definition)
   from plugins activated locally on individual sites.
 * マトリクスから各サイトのプラグイン画面へ直接リンクされているため、目的のサイト
   を探し回ることなく、見つけた内容にすぐ対応できます。

#### なぜ必要か

サイト数がある程度多いネットワークでは、「40あるサイトのうち、あの古い SEO プラグ
インがまだ有効なのはどれか」という疑問が実際に何度も生じますが、WordPress のコア
機能だけでは、すべてのサイトのプラグイン画面を一つひとつ手動で開かない限り答えが
得られません。Multisite Matrix なら、1回のページ読み込みでその答えが分かります。

#### 仕組み

Data is read directly from WordPress’s own site and network options — nothing is
sent anywhere, no external requests are made, and the plugin makes no changes to
which plugins are active. The plugin-to-site mapping is cached for an hour (via 
a site transient) and automatically refreshed whenever a plugin is activated, deactivated,
or a site is added or removed, so the matrix never depends on a manual rebuild.

#### 動作要件

Multisite Matrix only does anything on a WordPress Multisite install — on a single-
site install it stays completely inactive. It can only be network-activated (not
activated on an individual site), and its screens are only visible to users with
the `manage_network_plugins` capability (network administrators).

## スクリーンショット

[⌊The Plugin Matrix: every installed plugin as a row, every site as a column, with
network-wide, locally-active, inactive, and "active nowhere" states at a glance.⌉⌊
The Plugin Matrix: every installed plugin as a row, every site as a column, with
network-wide, locally-active, inactive, and "active nowhere" states at a glance.⌉[

The Plugin Matrix: every installed plugin as a row, every site as a column, with
network-wide, locally-active, inactive, and “active nowhere” states at a glance.

[⌊標準のネットワーク管理 > プラグイン画面に追加された、新しい「サイトでの有効状態」
列。⌉⌊標準のネットワーク管理 > プラグイン画面に追加された、新しい「サイトでの有効
状態」列。⌉[

標準のネットワーク管理 > プラグイン画面に追加された、新しい「サイトでの有効状態」
列。

## インストール

 1. `multisite-matrix` フォルダを `/wp-content/plugins/` にアップロードするか、WordPress
    のプラグイン画面から直接インストールしてください。
 2. **ネットワーク管理 > プラグイン** に移動し、Multisite Matrix を**ネットワーク全体
    で有効化**してください。個別のサイトで有効化することはできません — これはマルチ
    サイト専用のプラグインです。
 3. **ネットワーク管理 > プラグイン > Multisite Matrix** を開くと完全なマトリクスを
    確認できます。または通常のネットワーク管理 > プラグイン画面に追加された新しい「
    サイトでの有効状態」列を見るだけでも構いません。

## FAQ

### Does this work on a normal (non-Multisite) WordPress install?

いいえ。Multisite Matrix は読み込み時にマルチサイトインストールかどうかを確認し、
そうでない場合は一切何も行いません。

### Can it activate or deactivate plugins for me?

No. It’s read-only by design — it shows you the current state across the network,
but any activation, deactivation, or cleanup still happens the normal way, on the
relevant site’s own Plugins screen (which the matrix links to directly).

### Who can see the Plugin Matrix page?

Only network administrators (specifically, users with the `manage_network_plugins`
capability). Regular site admins don’t see it.

### How current is the data?

プラグインとサイトの対応マップは最大1時間キャッシュされますが、ネットワーク内のどこか
でプラグインが有効化・無効化されたり、サイトが追加・削除されたりすると即座に無効
化されます。そのため実際には、1時間ごとではなく、関連する変更が行われるたびに常に
最新の状態が反映されます。

### Does it send any data anywhere?

いいえ。すべてご自身の WordPress データベースから読み込まれます。プラグインが外部
へリクエストを送信することはありません。

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Multisite Matrix はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ aceArt ](https://profiles.wordpress.org/aceart/)

“Multisite Matrix” は5ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/multisite-matrix/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Multisite Matrix” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/multisite-matrix)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/multisite-matrix/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/multisite-matrix/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/multisite-matrix/)を [RSS](https://plugins.trac.wordpress.org/log/multisite-matrix/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.2.5

 * プラグインヘッダーの Description フィールドを修正しました。ドイツ語のままにな
   っていましたが、プラグインの他の部分で使われている英語のソース文字列と一致する
   ようになりました。

#### 1.2.4

 * Source strings switched from German to English (WordPress.org convention) so 
   the plugin can be properly localized.
 * Added translations for German, French, Spanish, Italian, Dutch, Portuguese (Brazil),
   Polish, Russian, Japanese, and Chinese (Simplified).

#### 1.2.3

 * Renamed internal function, class, and option/transient names to use a unique “
   MULTMA”/”multma” prefix, per WordPress.org plugin review feedback.

#### 1.2.2

 * WordPress.org での初の一般公開リリース。

## メタ

 *  バージョン **1.2.5**
 *  最終更新日 **3日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **7.0.4**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [Dutch](https://nl.wordpress.org/plugins/multisite-matrix/)、[English (US)](https://wordpress.org/plugins/multisite-matrix/)、
   [German](https://de.wordpress.org/plugins/multisite-matrix/)、[Japanese](https://ja.wordpress.org/plugins/multisite-matrix/)、
   [Russian](https://ru.wordpress.org/plugins/multisite-matrix/)、[Spanish (Spain)](https://es.wordpress.org/plugins/multisite-matrix/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/multisite-matrix)
 * タグ
 * [multisite](https://ja.wordpress.org/plugins/tags/multisite/)[network](https://ja.wordpress.org/plugins/tags/network/)
   [network admin](https://ja.wordpress.org/plugins/tags/network-admin/)[plugin management](https://ja.wordpress.org/plugins/tags/plugin-management/)
   [plugins](https://ja.wordpress.org/plugins/tags/plugins/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/multisite-matrix/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/multisite-matrix/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/multisite-matrix/reviews/)

## 貢献者

 *   [ aceArt ](https://profiles.wordpress.org/aceart/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/multisite-matrix/)