Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

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.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Tested with WordPress 7.1
PHP
<?php

add_filter( 'show_admin_bar', static fn( $show ) => current_user_can( 'edit_posts' ) ? $show : false );

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.