wp_get_current_user
wp_get_current_user ( No parameters )
See:Returns:- (WP_User) Current WP_User instance.
Defined at: - Introduced in WordPress: 2.0.3
- Deprecated in WordPress: —
Description
Retrieves the current user object.Will set the current user, if the current user is not set. The current user
will be set to the logged-in person. If no user is logged-in, then it will
set the current user to 0, which is invalid and won't have any permissions.