WP Manifestindependent plugin directory
manifest / admin / hide-admin-toolbar-from-non-admins

CARES Hide Admin Bar from Non-Admins

On user creation, set the user meta that controls whether logged-in users see the front-end WP Toolbar to false for users who are not site admins.

by dcavins · github.com/careshub/hide-admin-toolbar-from-non-admins · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/careshub/hide-admin-toolbar-from-non-admins/archive/refs/heads/main.zip

Declares an update source (https://github.com/careshub/hide-admin-toolbar-from-non-admins), so updates arrive through the plugin's own updater.

Readme

CARES Hide Admin Bar from Non-Admins

On user creation, set the user meta that controls whether logged-in users see the front-end WP Toolbar to false for users who are not site admins. To use, just install this plugin, and all future users will have their user meta show_admin_bar_front set to false. To hide the toolbar from existing users, you can edit them one at a time by visiting wp-admin/users.php, selecting a user, and unchecking "Show Toolbar when viewing site".

Read the full README on GitHub →