803 results found for “user”. Showing results 501 to 525.
-
Returns the total number of users for the current query.
-
functionwp_user_settings()
Saves and restores user interface settings stored in a cookie.
-
functionget_user_setting()
Retrieves user interface setting value based on setting name.
-
functionset_user_setting()
Adds or updates user interface setting.
-
functionget_all_user_settings()
Retrieves all user interface settings.
-
functionwp_set_all_user_settings()
Private. Sets all user interface settings.
-
Checks user capabilities and theme supports, and then saves the value of the setting.
-
Validate user capabilities whether the theme supports the setting.
-
functionshortcode_atts()
Combines user attributes with known attributes and fill in defaults when needed.
-
functionset_current_user()
Changes the current user by ID or name.
-
functionget_userdatabylogin()
Retrieve user info by login name.
-
functionget_user_by_email()
Retrieve user info by email.
-
functionwp_setcookie()
Sets a cookie for a user who just logged in. This function is deprecated.
-
functionwp_clearcookie()
Clears the authentication cookie, logging the user out. This function is deprecated.
-
functionwp_get_cookie_login()
Gets the user cookie login. This function is deprecated.
-
functionwp_signon()
Authenticates and logs a user in with ‘remember’ capability.
-
hookwp_authenticate
Fires before the user is authenticated.
-
hookwp_login
Fires after the user has successfully logged in.
-
Authenticates a user, confirming the username and password are valid.
-
Filters whether the given user can be authenticated with the provided password.
-
functionwp_authenticate_cookie()
Authenticates the user using the WordPress auth cookie.
-
functionwp_authenticate_spam_check()
For Multisite blogs, checks if the authenticated user has been marked as a spammer, or if the user’s primary blog has been marked as spam.
-
Filters whether the user has been marked as a spammer.
-
Checks if the user can use this control.