JoryHogeveen / view-admin-as

View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.
https://wordpress.org/plugins/view-admin-as/
GNU General Public License v2.0
45 stars 4 forks source link

Option: Always show adminbar when view is active. #132

Open JoryHogeveen opened 1 month ago

JoryHogeveen commented 1 month ago

Idea came from this topic: https://wordpress.org/support/topic/display-admin-bar-in-visitor-mode/

Currently, when you switch to a visitor the admin bar disappears, which makes sense since you do not have access anymore.

It might be handy to have the admin bar visible at all times. The bug hurdle here is that when you switch, the WordPress installation doesn't know your capabilities so the admin bar is most likely just empty... No idea yet on how this could be changed.