803 results found for “user”. Showing results 451 to 475.
-
functionuser_admin_url()
Retrieves the URL to the admin area for the current user.
-
functionget_dashboard_url()
Retrieves the URL to the user’s dashboard.
-
Filters the dashboard URL for a user.
-
functionget_edit_profile_url()
Retrieves the URL to the user’s profile editor.
-
hookedit_profile_url
Filters the URL for a user’s profile editor.
-
functionuser_can_create_post()
Whether user can create a post.
-
functionuser_can_create_draft()
Whether user can create a post.
-
functionuser_can_edit_post()
Whether user can edit a post.
-
functionuser_can_delete_post()
Whether user can delete a post.
-
functionuser_can_set_post_date()
Whether user can set new posts’ dates.
-
functionuser_can_edit_post_date()
Whether user can delete a post.
-
functionuser_can_edit_post_comments()
Whether user can delete a post.
-
functionuser_can_delete_post_comments()
Whether user can delete a post.
-
functioncount_user_posts()
Gets the number of posts a user has written.
-
hookget_usernumposts
Filters the number of posts a user has written.
-
functioncount_many_users_posts()
Gets the number of posts written by a list of users.
-
functionget_current_user_id()
Gets the current user’s ID.
-
functionget_user_option()
Retrieves user option that can be either per Site or per Network.
-
Filters a specific user option value.
-
functionupdate_user_option()
Updates user option with global blog capability.
-
functiondelete_user_option()
Deletes user option with global blog capability.
-
functionget_users()
Retrieves list of users matching criteria.
-
functionget_blogs_of_user()
Gets the sites a user belongs to.
-
Filters the list of sites a user belongs to.
-
functionis_user_member_of_blog()
Finds out whether a user is a member of a given blog.