Stars: 100
Forks: 29
Pull Requests: 28
Issues: 48
Watchers: 8
Last Updated: 2023-08-09 13:46:35
Enhance WordPress Multisite for Network Admins with different topics
License: GNU General Public License v2.0
Languages: PHP, JavaScript, CSS
Enhance Multisite for Network Admins with different topics
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.
favicon.ico
file in the theme folder of the active theme in each blognoindex
status and to see the external url.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
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
.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.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.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 and the package name is bueltge/wordpress-multisite-enhancements
.
Use the installer via back-end. Find via search and install.
/wp-content/plugins/
directory.Please give me feedback, contribute and file technical bugs on this GitHub Repo, use Issues.
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 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 ;)
The plugin is designed and developed by me Frank Bültge
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.
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