Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created March 31, 2016 21:37
Show Gist options
  • Save jimmy89Li/f26c8fa9008b93f4fe0d423214e64157 to your computer and use it in GitHub Desktop.
Save jimmy89Li/f26c8fa9008b93f4fe0d423214e64157 to your computer and use it in GitHub Desktop.
Show Admin Bar Fix In WordPress
if(is_user_logged_in()) {
add_filter('show_admin_bar', '__return_true', 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment