| 开发者 | jawad0501 |
|---|---|
| 更新时间 | 2026年9月1日 12:37 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
edit_users capability can pin users and switch accounts. Switch back uses cookie authentication and does not require the switched-in user to have elevated capabilities.
PinSwitch User Switcher is intentionally small: no audit log, no multisite-specific code, no CLI, no REST API layer, and no dependency on other switching plugins.
/wp-content/plugins/pinswitch-user-switcher, or install through the WordPress plugins screen.Users with the edit_users capability can pin users, open the Switch User panel, and switch into other accounts.
Yes. PinSwitch User Switcher is standalone. It implements its own switch-to, switch-back, and switch-off flow using WordPress auth cookies and session tokens, so you do not need another switching plugin installed.
PinSwitch User Switcher checks whether the switched-in user can access the page you were on. If not, they are redirected to the admin dashboard (if they have admin access) or the site homepage — not an "Sorry, you are not allowed" error screen.
No. Pins are stored against your own user account and are visible only to you.
Multisite is not a priority for v1. It may work incidentally but is not tested or supported.