PHPackages                             bueltge/wordpress-multisite-enhancements - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bueltge/wordpress-multisite-enhancements

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

bueltge/wordpress-multisite-enhancements
========================================

Enhance Multisite for Network Admins with different topics

1.7.1(1y ago)1113.6k28[3 issues](https://github.com/bueltge/wordpress-multisite-enhancements/issues)GPL-2.0-or-laterPHPPHP &gt;=7.2CI failing

Since Feb 4Pushed 1y ago7 watchersCompare

[ Source](https://github.com/bueltge/wordpress-multisite-enhancements)[ Packagist](https://packagist.org/packages/bueltge/wordpress-multisite-enhancements)[ Docs](https://github.com/bueltge/wordpress-multisite-enhancements/)[ Fund](https://bueltge.de/impressum/#hinweis)[ GitHub Sponsors](https://github.com/bueltge)[ RSS](/packages/bueltge-wordpress-multisite-enhancements/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (24)Used By (0)

WordPress Multisite Enhancements
================================

[](#wordpress-multisite-enhancements)

Enhance Multisite for Network Admins with different topics

Description
-----------

[](#description)

When you work quite a bit with WordPress Multisites, sometimes you need more information or menu items. This plugin enhances the network area for super admins with useful functions.

- Adds Blog and User ID in network view [more](http://wpengineer.com/2188/view-blog-id-in-wordpress-multisite/)
- Enables an 'Add New' link under the Plugins menu for Network admins
- Adds several useful items to the multisite 'Network Admin' admin bar
- On the network plugins page, shows which site has this plugin active.
- On the network theme page, shows which blog has the theme active and is a Child theme.
    - If you have more as 4 sites active for an plugin, theme then is the list only available via click for an proper way to not overload the admin interface.
- Change Admin footer text for Administrators to view currently used RAM, SQL, RAM version fast
- Adds Favicon from theme folder to the admin area to easily identify the blog, use the `favicon.ico` file in the theme folder of the active theme in each blog
- Adds Favicon to each blog on the Admin Bar Item 'My Sites'. If you a like a custom path for each favicon, please see the [documentation](https://github.com/bueltge/WordPress-Multisite-Enhancements/wiki/Filter-Hook-for-Favicon-File-Path) for this feature.
- Removes also the 'W' logo and his sub-links in admin bar
- Adds the status to each site in the admin bar to identify fastly if the site has a `noindex` status and to see the external url.
- Add functions to be used in your install
    - The function `get_blog_list()` is currently deprecated in the WP Core, but currently usable. The plugin checks this and gets an alternative in [`src/core.php`](./src/core.php)
    - If you will develop with the alternative to this function from my source, then use the method `get_blog_list()` in class `Multisite_Core`. My source also use caching with the Transient API. More about the function in [`src/class-core.php`](./src/class-core.php).
    - If you use WordPress version 3.7 and higher, then check the function `wp_get_sites()`, the new alternative function inside the core to get all sides inside the network. The function accepts a array with arguments, see the [description](http://wpseek.com/wp_get_sites/).
    - But if you use WordPress 4.6 and higher then that new alternative ;) - `get_sites()` - is the current function to get all sites in the network. The helper method of this plugin `Multisite_Core::get_blog_list()` or the function `get_blog_list()` have all checks included.
- Filter theme list to find your target fast. Works on single theme page and also network theme page.
- Handy ssl identifier to each site in network site view page.

### Installation

[](#installation)

#### Composer Package

[](#composer-package)

The plugin is available as Composer package and can be installed via Composer:
`composer create-project bueltge/wordpress-multisite-enhancements --no-dev`.

The package is on [packagist](https://packagist.org/packages/bueltge/wordpress-multisite-enhancements) and the package name is `bueltge/wordpress-multisite-enhancements`.

#### WordPress backend

[](#wordpress-backend)

Use the installer via back-end. Find via search and install.

#### Manual mode, (s)FTP

[](#manual-mode-sftp)

1. Unpack the download-package.
2. Upload the files to the `/wp-content/plugins/` directory.
3. Activate the plugin through the **Network/Plugins** menu in WordPress and click **Network Activate**.

### Screenshots

[](#screenshots)

1. [Blog ID on Sites](resources/w-org-assets/screenshot-1.png)

[![Blog ID on Sites](resources/w-org-assets/screenshot-1.png)](resources/w-org-assets/screenshot-1.png)

2. [User ID on Users](resources/w-org-assets/screenshot-2.png)

[![User ID on Users](resources/w-org-assets/screenshot-2.png)](resources/w-org-assets/screenshot-2.png)

3. [Add New link to install new plugin on each blog](resources/w-org-assets/screenshot-3.png)

[![Add New link to install new plugin on each blog](resources/w-org-assets/screenshot-3.png)](resources/w-org-assets/screenshot-3.png)

4. [Manage Comments with Counter on Admin Bar](resources/w-org-assets/screenshot-4.png)

[![Manage Comments with Counter on Admin Bar](resources/w-org-assets/screenshot-4.png)](resources/w-org-assets/screenshot-4.png)

5. [On which blog is the plugin active](resources/w-org-assets/screenshot-5.png)

[![On which blog is the plugin active](resources/w-org-assets/screenshot-5.png)](resources/w-org-assets/screenshot-5.png)

6. [On which blog is the theme active](resources/w-org-assets/screenshot-6.png)

[![On which blog is the theme active](resources/w-org-assets/screenshot-6.png)](resources/w-org-assets/screenshot-6.png)

7. [New Admin footer text](resources/w-org-assets/screenshot-7.png)

[![New Admin footer text](resources/w-org-assets/screenshot-7.png)](resources/w-org-assets/screenshot-7.png)

8. [Favicon on Admin bar](resources/w-org-assets/screenshot-8.png)

[![Favicon on Admin bar](resources/w-org-assets/screenshot-8.png)](resources/w-org-assets/screenshot-8.png)

9. [Filter Themes](resources/w-org-assets/screenshot-9.gif)

[![Filter Themes](resources/w-org-assets/screenshot-9.gif)](resources/w-org-assets/screenshot-9.gif)

Other Notes
-----------

[](#other-notes)

### Crafted by [Inpsyde](https://inpsyde.com) · The team is engineering the Web since 2006.

[](#crafted-by-inpsyde--the-team-is-engineering-the-web-since-2006)

### Bugs, technical hints or contribute

[](#bugs-technical-hints-or-contribute)

Please give me feedback, contribute and file technical bugs on this [GitHub Repo](https://github.com/bueltge/WordPress-Multisite-Enhancements/issues), use Issues.

### License

[](#license)

Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6069955 "Paypal Donate link")for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)

### Contact &amp; Feedback

[](#contact--feedback)

The plugin is designed and developed by me [Frank Bültge](http://bueltge.de)

Please let me know if you like the plugin or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.

### Disclaimer

[](#disclaimer)

I'm German and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical parts. Thanks

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 83.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~190 days

Recently: every ~335 days

Total

21

Last Release

659d ago

PHP version history (4 changes)1.0.2PHP &gt;5.2.4

1.1.0PHP &gt;=5.3

1.5.0PHP &gt;=5.6

1.7.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fa321f6c73e14c16d4aea0276673ce1e5d001e49062e32f3b8dc91f0ed10c1e?d=identicon)[bueltge](/maintainers/bueltge)

---

Top Contributors

[![bueltge](https://avatars.githubusercontent.com/u/133425?v=4)](https://github.com/bueltge "bueltge (444 commits)")[![hvianna](https://avatars.githubusercontent.com/u/1033735?v=4)](https://github.com/hvianna "hvianna (32 commits)")[![danielhuesken](https://avatars.githubusercontent.com/u/741847?v=4)](https://github.com/danielhuesken "danielhuesken (21 commits)")[![JoryHogeveen](https://avatars.githubusercontent.com/u/826148?v=4)](https://github.com/JoryHogeveen "JoryHogeveen (14 commits)")[![cfoellmann](https://avatars.githubusercontent.com/u/1256090?v=4)](https://github.com/cfoellmann "cfoellmann (5 commits)")[![bjorsq](https://avatars.githubusercontent.com/u/246861?v=4)](https://github.com/bjorsq "bjorsq (4 commits)")[![galileopress](https://avatars.githubusercontent.com/u/8616952?v=4)](https://github.com/galileopress "galileopress (3 commits)")[![derpixler](https://avatars.githubusercontent.com/u/809219?v=4)](https://github.com/derpixler "derpixler (2 commits)")[![peteredwards](https://avatars.githubusercontent.com/u/2735491?v=4)](https://github.com/peteredwards "peteredwards (2 commits)")[![Zodiac1978](https://avatars.githubusercontent.com/u/870475?v=4)](https://github.com/Zodiac1978 "Zodiac1978 (1 commits)")[![CodeLingoBot](https://avatars.githubusercontent.com/u/45469328?v=4)](https://github.com/CodeLingoBot "CodeLingoBot (1 commits)")[![GaryJones](https://avatars.githubusercontent.com/u/88371?v=4)](https://github.com/GaryJones "GaryJones (1 commits)")[![JustThomas](https://avatars.githubusercontent.com/u/1545787?v=4)](https://github.com/JustThomas "JustThomas (1 commits)")[![noelboss](https://avatars.githubusercontent.com/u/114080?v=4)](https://github.com/noelboss "noelboss (1 commits)")

---

Tags

administrationmultisitewordpresswordpress-multisitepluginwordpressmultisite

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bueltge-wordpress-multisite-enhancements/health.svg)

```
[![Health](https://phpackages.com/badges/bueltge-wordpress-multisite-enhancements/health.svg)](https://phpackages.com/packages/bueltge-wordpress-multisite-enhancements)
```

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
