Skip to content

Instantly share code, notes, and snippets.

@Vesymos
Created November 11, 2014 07:35
Show Gist options
  • Save Vesymos/98396194482d2aabccb8 to your computer and use it in GitHub Desktop.
Save Vesymos/98396194482d2aabccb8 to your computer and use it in GitHub Desktop.
<?php
global $current_user;
get_currentuserinfo();
echo get_avatar( $current_user->ID, 128 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment