Quantcast
Channel: WordPress Developer Resources | Developer.WordPress.org
Browsing latest articles
Browse All 11 View Live

wp_update_user_counts()

Updates the total count of users on the site.

View Article


wp_maybe_update_user_counts()

Updates the total count of users on the site if live user counting is enabled.

View Article


retrieve_password_notification_email

Filters the contents of the reset password notification email sent to the user.

View Article

send_retrieve_password_email

Filters whether to send the retrieve password email.

View Article

wp_list_users_args

Filters the query arguments for the list of all users of the site.

View Article


wp_register_persisted_preferences_meta()

This property is used to store user preferences across page reloads and is currently used by the block editor for preferences like ‘fullscreenMode’ and ‘fixedToolbar’.

View Article

wp_update_user

Fires after the user has been updated and emails have been sent.

View Article

wp_is_password_reset_allowed_for_user()

Checks if password reset is allowed for a specific user.

View Article


wp_cache_set_users_last_changed()

Sets the last changed time for the 'users' cache group.

View Article


get_user()

Retrieves user info by user ID.

View Article
Browsing latest articles
Browse All 11 View Live