904 results found for “user”. Showing results 51 to 75.
-
hookuser_admin_url
Filters the user admin URL for the current user.
-
functionwp_create_user()
Provides a simpler way of inserting a user into the database.
-
functionwp_delete_user()
Delete user and optionally reassign posts and links to another user.
-
functionwp_insert_user()
Inserts a user into the database.
-
functionwp_revoke_user()
Remove all capabilities from user.
-
functionwp_update_user()
Updates a user in the database.
-
hookwp_update_user
Fires after the user has been updated and emails have been sent.
-
methodWP_User::__get()
Magic method for accessing custom fields.
-
methodWP_User::__set()
Magic method for setting custom user fields.
-
classWP_User_Search
WordPress User Search class.
-
functiondelete_usermeta()
Remove user meta data.
-
hookdelete_usermeta
-
functionget_user_locale()
Retrieves the locale of a user.
-
functionget_user_option()
Retrieves user option that can be either per Site or per Network.
-
hookpre_count_users
Filters the user count before queries are run.
-
hookpre_user_search
-
hookrest_user_query
Filters WP_User_Query arguments when querying users via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:346 -
functionupdate_usermeta()
Update metadata of user.
-
hookupdate_usermeta
-
functionusername_exists()
Determines whether the given username exists.
-
hookusername_exists
Filters whether the given username exists.
-
hookusers_pre_query
Filters the users array before the query takes place.
-
methodWP_User::exists()
Determines whether the user exists in the database.
-
methodWP_User::__call()
Makes private/protected methods readable for backward compatibility.