803 results found for “user”. Showing results 651 to 675.
-
functionis_user_logged_in()
Determines whether the current visitor is a logged in user.
-
Notifies the blog admin of a user changing password, normally via email.
-
functionwp_new_user_notification()
Emails login credentials to a newly-registered user.
-
Filters whether the user who generated the nonce is logged out.
-
functionwp_create_nonce()
Creates a cryptographic token tied to a specific action, user, user session, and window of time.
-
functionwp_set_password()
Updates the user’s password with a new hashed one.
-
functionget_avatar()
Retrieves the avatar “ tag for a user, email address, MD5 hash, comment, or post.
-
hookget_avatar
Filters the HTML for a user’s avatar.
-
functionget_users_of_blog()
Get users for the site.
-
functionget_profile()
Retrieve user data based on field.
-
functionget_usernumposts()
Retrieves the number of posts a user has written.
-
functionis_blog_user()
Checks if the current user belong to a given site.
-
functionuser_pass_ok()
Check that the user login name and password is correct.
-
functionwp_registration_url()
Returns the URL that allows the user to register on the site.
-
hookregister_url
Filters the user registration URL.
-
functionwp_lostpassword_url()
Returns the URL that allows the user to reset the lost password.
-
Checks if the current user has permissions to perform AJAX actions.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-ms-themes-list-table.php:87 -
functionwpmu_delete_user()
Deletes a user and all of their posts from the network.
-
hookwpmu_delete_user
Fires before a user is deleted from the network.
-
Sends a confirmation request email when a change of user email address is attempted.
-
functionupdate_user_status()
Update the status of a user in the database.
-
functionthemes_api()
Retrieves theme installer pages from the WordPress.org Themes API.
-
Core class used to implement displaying users in a list table for the network admin.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-ms-users-list-table.php:17 -
classWP_Filesystem_SSH2
WordPress Filesystem Class for implementing SSH2
-
Fires before the page loads on the ‘Profile’ editing screen.