Retrieves the information pertaining to the currently logged in user, and places it in the global variable $current_user
This function does not accept any parameters.
Usage:
<?php wp_get_current_user(); ?>
Example:
<?php
$current_user = wp_get_current_user();
echo 'Usernam...