Skip to content

Instantly share code, notes, and snippets.

@lanche86
Created January 3, 2014 23:39
Show Gist options
  • Save lanche86/8248922 to your computer and use it in GitHub Desktop.
Save lanche86/8248922 to your computer and use it in GitHub Desktop.
Force the WordPress Admin Bar to display for all visitors. Even Logged Out Users can use the Admin Bar.
/*
* Force the WordPress Admin Bar to display for all visitors
*/
add_filter( 'show_admin_bar', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment