Skip to content

Instantly share code, notes, and snippets.

@Bobeta
Last active October 9, 2016 16:29
Show Gist options
  • Save Bobeta/5b43c8097d7f8f56f5f7e28c20d48ed1 to your computer and use it in GitHub Desktop.
Save Bobeta/5b43c8097d7f8f56f5f7e28c20d48ed1 to your computer and use it in GitHub Desktop.
Disable The Admin Bar in WP
<?php
// Remove the admin bar from the front end
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