Title: Multisite Matrix
Author: aceArt
Published: <strong>18 أغسطس، 2026</strong>
Last modified: 19 أغسطس، 2026

---

البحث عن الإضافات

![](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://ar.wordpress.org/plugins/multisite-matrix/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/multisite-matrix/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/multisite-matrix/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/multisite-matrix/#developers)

 [الدعم](https://wordpress.org/support/plugin/multisite-matrix/)

## الوصف

WordPress Multisite’s own Network Admin lets you see which plugins are _network-
activated_, but it has no built-in way to see which plugins individual site admins
have activated _locally_, one site at a time, across a whole network. Multisite 
Matrix closes that gap.

#### What it does

 * Adds an **“Active on Sites”** column directly to the existing Network Admin >
   Plugins list, showing at a glance which sites have each plugin active locally.
 * 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.
 * Flags plugins that are installed but **active nowhere** in the network — a quick
   way to spot cleanup candidates before a security or performance audit.
 * Distinguishes network-activated plugins (active for every site by definition)
   from plugins activated locally on individual sites.
 * Links straight through to each site’s own Plugins screen from the matrix, so 
   you can act on what you find without hunting for the right site first.

#### Why

On a network with more than a handful of sites, “which of our 40 sites still has
that old SEO plugin turned on” is a real, recurring question that WordPress core
simply doesn’t answer without opening every single site’s plugin screen by hand.
Multisite Matrix answers it in one page load.

#### How it works

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.

#### Requirements

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.

[⌊The new "Active on Sites" column on the standard Network Admin > Plugins screen.⌉⌊
The new "Active on Sites" column on the standard Network Admin > Plugins screen.⌉[

The new “Active on Sites” column on the standard Network Admin > Plugins screen.

## التنصيب

 1. Upload the `multisite-matrix` folder to `/wp-content/plugins/`, or install it through
    the WordPress plugin screen directly.
 2. Go to **Network Admin > Plugins** and **network-activate** Multisite Matrix. It
    cannot be activated on a single site — this is a Multisite-only plugin.
 3. Open **Network Admin > Plugins > Multisite Matrix** to see the full matrix, or 
    just look at the new “Active on Sites” column on the regular Network Admin > Plugins
    screen.

## الأسئلة المتكررّة

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

No. Multisite Matrix checks for a Multisite install on load and does nothing at 
all otherwise.

### 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?

The plugin-to-site map is cached for up to an hour, but it’s invalidated immediately
whenever a plugin is activated or deactivated anywhere in the network, or a site
is added or removed — so in practice it’s always accurate after any relevant change,
not just once an hour.

### Does it send any data anywhere?

No. Everything is read from your own WordPress database; the plugin makes no external
requests.

## المراجعات

لا توجد مراجعات لهذه الإضافة.

## المساهمون والمطوّرون

“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

 * Fixed the plugin header Description field, which was still German — now matches
   the English source strings used everywhere else.

#### 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

 * First public release on WordPress.org.

## ميتا Meta

 *  Version **1.2.5**
 *  Last updated **قبل يومين**
 *  Active installations **أقل من 10**
 *  WordPress version ** 5.8 أو أعلى **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 أو أعلى **
 *  Languages
 * [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)
 * Tags
 * [multisite](https://ar.wordpress.org/plugins/tags/multisite/)[network](https://ar.wordpress.org/plugins/tags/network/)
   [network admin](https://ar.wordpress.org/plugins/tags/network-admin/)[plugin management](https://ar.wordpress.org/plugins/tags/plugin-management/)
   [plugins](https://ar.wordpress.org/plugins/tags/plugins/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/multisite-matrix/advanced/)

## التقييم

لم يتم تقديم أي مراجعات بعد.

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

[See all reviews](https://wordpress.org/support/plugin/multisite-matrix/reviews/)

## المساهمون

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

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/multisite-matrix/)