904 results found for “user”. Showing results 1 to 25.
-
classWP_User
Core class used to implement the WP_User object.
-
functionadd_user()
Creates a new user from the “Users” form using $_POST information.
-
functionget_user()
Retrieves user info by user ID.
-
functionuser_can()
Returns whether a particular user has the specified capability.
-
functionedit_user()
Edit user settings based on contents of $_POST
-
functionget_users()
Retrieves list of users matching criteria.
-
-
functioncache_users()
Retrieves info for user lists to prevent multiple queries by get_userdata().
-
functioncount_users()
Counts number of users who have each of the user roles.
-
functioncreate_user()
An alias of wp_create_user().
-
hookdelete_user
Fires immediately before a user is deleted from the site.
-
functionget_user_by()
Retrieves user info by a given field.
-
hookinvite_user
Fires immediately after an existing user is invited to join the site, but before the notification is sent.
-
hookpre_user_id
Filters the comment author’s user ID before it is set.
-
functionsignup_user()
Shows a form for a visitor to sign up for a new user account.
-
hookdeleted_user
Fires immediately after a user is deleted from the site.
-
functionget_userdata()
Retrieves user info by user ID.
-
functionget_usermeta()
Retrieve user metadata.
-
functionis_blog_user()
Checks if the current user belong to a given site.
-
hookpre_user_url
Filters a user’s URL before the user is created or updated.
-
hookuser_has_cap
Dynamically filter a user’s capabilities.
-
functionuser_pass_ok()
Check that the user login name and password is correct.
-
methodWP_User::get()
Retrieves the value of a property or meta key.
-
functionadd_user_meta()
Adds meta data to a user.
-
hookadd_user_role
Fires immediately after the user has been given a new role.