Skip to content

Instantly share code, notes, and snippets.

@AnadarProSvcs
Last active January 30, 2024 14:24
Show Gist options
  • Save AnadarProSvcs/5a94fbaaa55a0d94cdf30e08e78b5a5c to your computer and use it in GitHub Desktop.
Save AnadarProSvcs/5a94fbaaa55a0d94cdf30e08e78b5a5c to your computer and use it in GitHub Desktop.
Disable Admin Bar in #WordPress
/* Disable WordPress Admin Bar for all users */
add_filter( 'show_admin_bar', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment