@package: Users
-
functionget_current_user_id()
Gets the current user’s ID.
-
hookwp_login
Fires after the user has successfully logged in.
-
functionget_user_option()
Retrieves user option that can be either per Site or per Network.
-
Authenticates a user, confirming the username and password are valid.
-
Filters whether the given user can be authenticated with the provided password.
-
functionwp_authenticate_cookie()
Authenticates the user using the WordPress auth cookie.
-
functionget_user_count()
Returns the number of active users in your installation.