Last active
May 9, 2017 13:33
-
-
Save miclaus/ca9fbe4f186552c388e2d92b50884c74 to your computer and use it in GitHub Desktop.
Echoes the current user executing the PHP file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo get_current_user(); | |
exit; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment