Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@holisticnetworking
Created March 12, 2019 15:09
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 holisticnetworking/c421c5333f0c8e3b7d3ff0899fabc8ad to your computer and use it in GitHub Desktop.
Save holisticnetworking/c421c5333f0c8e3b7d3ff0899fabc8ad to your computer and use it in GitHub Desktop.
<?php
if ( username identified in system ) {
// Do things for an identified user
} else {
echo "Looks like you aren't logged in!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment