803 results found for “user”. Showing results 326 to 350.
-
Retrieves all sessions for a user.
-
Retrieves all sessions of the user.
-
Destroys all sessions for the user.
-
Destroys all sessions for all users.
-
classWP_Session_Tokens
Abstract class for managing user session tokens.
-
Retrieves a session manager instance for a user.
-
methodWP_Session_Tokens::get()
Retrieves a user’s session for the given token.
-
functionwp_get_all_sessions()
Retrieves a list of sessions for the current user.
-
Destroys all sessions for this user, except the single session with the given verifier.
-
hookdelete_user_form
Fires at the end of the delete users form prior to the confirm button.
-
functionwp_destroy_other_sessions()
Removes all but the current session token for the current user for the database.
-
functionwp_destroy_all_sessions()
Removes all session tokens for the current user from the database.
-
Destroys all sessions for this user except the one with the given token (presumably the one in use).
-
Checks required user capabilities and whether the theme has the feature support required by the panel.
-
Generates a session token and attaches session information to it.
-
functionpost_form_autocomplete_off()
Disables autocomplete on the ‘post’ form (Add/Edit Post screens) for WebKit browsers, as they disregard the autocomplete setting on the editor textarea. That can break the editor when the user navigates to it with the browser’s Back button. See #28037
-
hooksignup_user_init
Filters the default user variables used on the user sign-up form.
-
functioncheck_import_new_users()
Checks if the current user has permissions to import new users.
-
functionget_author_user_ids()
Get all user IDs.