902 results found for “user”. Showing results 26 to 50.
-
functionis_user_admin()
Determines whether the current request is for a user admin screen.
-
hookmake_ham_user
Fires after the user is marked as a HAM user. Opposite of SPAM.
-
hookpre_get_users
Fires before the WP_User_Query has been parsed.
-
functionsanitize_user()
Sanitizes a username, stripping out unsafe characters.
-
hooksanitize_user
Filters a sanitized username string.
-
hookset_user_role
Fires after the user’s role has changed.
-
hookuser_new_form
Fires at the end of the new user form.
-
hookuser_register
Fires immediately after a new user is registered.
-
hookuser_{$field}
Filters the value of a user field in a standard context.
-
hookwpmu_new_user
Fires immediately after a new user is created.
-
functionwp_list_users()
Lists all the users of the site, with several options available.
-
methodWP_User::init()
Sets up object properties, including capabilities.
-
classWP_User_Query
Core class used for querying users.
-
-
functionadd_users_page()
Adds a submenu page to the Users/Profile main menu.
-
functionget_user_count()
Returns the number of active users in your installation.
-
functionis_user_spammy()
Determines whether a user is marked as a spammer, based on user login.
-
hookmake_spam_user
Fires after the user is marked as a SPAM user.
-
hookpre_user_email
Filters a user’s email before the user is created or updated.
-
hookpre_user_login
Filters a username after it has been sanitized.
-
hookpre_user_query
Fires after the WP_User_Query has been parsed, and before the query is executed.
-
functionsetup_userdata()
Sets up global user vars.
-
functionshow_user_form()
Displays the fields for the new user account registration form.
-
functionuser_admin_url()
Retrieves the URL to the admin area for the current user.
-
hookuser_admin_url
Filters the user admin URL for the current user.