Skip to content

Instantly share code, notes, and snippets.

@codearryaas
Created November 21, 2019 16:05
Show Gist options
  • Save codearryaas/827fc5dc10b7b76803cc63ffe8f5e228 to your computer and use it in GitHub Desktop.
Save codearryaas/827fc5dc10b7b76803cc63ffe8f5e228 to your computer and use it in GitHub Desktop.
WordPress: Remove admin bar in front-end: Part 1
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