Skip to content

Instantly share code, notes, and snippets.

@marcbacon
Created July 31, 2015 14:30
Show Gist options
  • Select an option

  • Save marcbacon/99d4896ca87b50cad6bf to your computer and use it in GitHub Desktop.

Select an option

Save marcbacon/99d4896ca87b50cad6bf to your computer and use it in GitHub Desktop.
Hide the admin bar on the front end of a WordPress website.
// Place in functions.php or in a plugin
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