803 results found for “user”. Showing results 576 to 600.
-
Prevents new users from seeing existing ‘new feature’ pointers.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-internal-pointers.php:172 -
functionedit_user()
Edit user settings based on contents of $_POST
-
Fires before user profile update errors are returned.
-
functionget_editable_roles()
Fetch a filtered list of user roles that the current user is allowed to edit.
-
functionget_user_to_edit()
Retrieve user data and filter it.
-
functionget_users_drafts()
Retrieve the user’s drafts.
-
hookget_users_drafts
Filters the SQL query string for the user’s drafts query.
-
hookdelete_user
Fires immediately before a user is deleted from the site.
-
Filters the list of post types to delete with a user.
-
hookdeleted_user
Fires immediately after a user is deleted from the site.
-
functionwp_revoke_user()
Remove all capabilities from user.
-
functionadd_users_page()
Adds a submenu page to the Users/Profile main menu.
-
functionuser_can_access_admin_page()
Determines whether the current user can access the current admin page.
-
Fires after core widgets for the User Admin dashboard have been registered.
-
Filters the list of widgets to load for the User Admin dashboard.
-
functionwp_dashboard_recent_drafts()
Show recent drafts of the user on the dashboard.
-
functionwp_check_browser_version()
Checks if the user needs a browser update.
-
functionwp_welcome_panel()
Displays a welcome panel to introduce users to WordPress.
-
functionadmin_color_scheme_picker()
Displays the default administration color scheme picker (Used in user-edit.php).
-
Filters whether the user is allowed to add post meta to a post.
-
functioncurrent_user_can()
Returns whether the current user has the specified capability.
-
functioncurrent_user_can_for_blog()
Returns whether the current user has the specified capability for a given site.
-
functionuser_can()
Returns whether a particular user has the specified capability.
-
functionis_super_admin()
Determines whether user is a site admin.
-
classWP_Roles
Core class used to implement a user roles API.