904 results found for “user”. Showing results 76 to 100.
-
classWP_User_Request
WP_User_Request class.
-
functionadd_user_to_blog()
Adds a user to a blog, along with specifying the user’s role.
-
hookadd_user_to_blog
Fires immediately after a user is added to a site.
-
functionclean_user_cache()
Cleans all user caches.
-
hookclean_user_cache
Fires immediately after the given user’s cache is cleaned.
-
functioncount_user_posts()
Gets the number of posts a user has written.
-
functioncurrent_user_can()
Returns whether the current user has the specified capability.
-
hookdeleted_usermeta
-
hookdelete_user_form
Fires at the end of the delete users form prior to the confirm button.
-
functiondelete_user_meta()
Removes metadata matching criteria from a user.
-
hookget_usernumposts
Filters the number of posts a user has written.
-
functionget_usernumposts()
Retrieves the number of posts a user has written.
-
functionget_users_drafts()
Retrieve the user’s drafts.
-
hookget_users_drafts
Filters the user’s drafts query string.
-
functionget_user_details()
Deprecated functionality to retrieve user information.
-
functionget_user_setting()
Retrieves user interface setting value based on setting name.
-
functionget_user_to_edit()
Retrieve user data and filter it.
-
hookinsert_user_meta
Filters a user’s meta values and keys immediately after the user is created or updated and before any user meta is inserted or updated.
-
hookremove_user_role
Fires immediately after a role as been removed from a user.
-
hookrest_delete_user
Fires immediately after a user is deleted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:955 -
hookrest_insert_user
Fires immediately after a user is created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:631 -
hookset_current_user
Fires after the current user is set.
-
functionset_current_user()
Changes the current user by ID or name.
-
functionset_user_setting()
Adds or updates user interface setting.
-
hooksignup_user_init
Filters the default user variables used on the user sign-up form.