Admin bar for editors only
Hides the admin bar on the public site for subscribers and customers. Users who can write posts still see it.
<?php
add_filter( 'show_admin_bar', static fn( $show ) => current_user_can( 'edit_posts' ) ? $show : false );
In these packs
- Turn off what you don’t use: Each of these replaces a small plugin: no comments, classic editor, no feeds, no search and more.