Skip to content

Instantly share code, notes, and snippets.

@aprea
Created November 7, 2012 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprea/4029130 to your computer and use it in GitHub Desktop.
Save aprea/4029130 to your computer and use it in GitHub Desktop.
Clean WordPress logged in message
<?php printf( 'User is%s logged in.', ( is_user_logged_in() ? '' : ' not' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment