https://github.com/soderlind/super-admin-switch-to-admin
If you are logged in as a super admin, this plugin allows you to switch to a regular admin account on the current site.
https://github.com/soderlind/super-admin-switch-to-admin
wordpress-multisite wordpress-plugin
Last synced: 8 months ago
JSON representation
If you are logged in as a super admin, this plugin allows you to switch to a regular admin account on the current site.
- Host: GitHub
- URL: https://github.com/soderlind/super-admin-switch-to-admin
- Owner: soderlind
- License: gpl-2.0
- Created: 2023-08-21T16:09:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T20:28:30.000Z (8 months ago)
- Last Synced: 2025-08-14T22:23:24.720Z (8 months ago)
- Topics: wordpress-multisite, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 249 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Super Admin Switch to Admin
If you are logged in as a super admin, this plugin allows you to switch to a regular admin account on the current site. It lists all admins for the current site, except for the super admin, and creates a linked list in the admin notices.

## Prerequisites
- WordPress Multisite
- [User Switching](https://wordpress.org/plugins/user-switching/) plugin
- The subsite must have at least one regular admin account.
## Installation
- **Quick Install**
- Download [`super-admin-switch-to-admin.zip`](https://github.com/soderlind/super-admin-switch-to-admin/releases/latest/download/super-admin-switch-to-admin.zip)
- Upload via WordPress Network > Plugins > Add New > Upload Plugin
- Network activate the plugin.
- **Composer Install**
```bash
composer require soderlind/super-admin-switch-to-admin
```
- **Updates**
* Plugin updates are handled automatically via GitHub. No need to manually download and install updates.
## Copyright and License
Super Admin Switch to Admin is copyright 2023 Per Soderlind
Super Admin Switch to Admin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
Super Admin Switch to Admin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.
This plugin is licensed under the GPL-2.0+ License. See the [LICENSE](LICENSE) file for more information.