wp_get_current_user


wp_get_current_user ( No parameters )

See:
Returns:
  • (WP_User) Current WP_User instance.
Defined at:

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.

Related Functions

_wp_get_current_user, wp_set_current_user, set_current_user, get_current_user_id, get_current_site

Top Google Results

User discussions

wpseek mobile