Users

WP_Role Class

Core class representing a single user role with its capabilities.Since: 2.0.0 Source: wp-includes/class-wp-role.phpOverviewWP_Role represents an individual role (e.g., "editor", "subscriber")...

Updated February 13, 2026

WP_Roles Class

Core class for managing all user roles and their capabilities.Since: 2.0.0 Source: wp-includes/class-wp-roles.phpOverviewWP_Roles is a singleton-like registry that manages all...

Updated February 13, 2026

WP_User_Query Class

Core class for querying users with flexible filtering, sorting, and pagination.Since: 3.1.0 Source: wp-includes/class-wp-user-query.phpOverviewWP_User_Query provides a powerful interface for retrieving...

Updated February 13, 2026

WP_User Class

Core class representing a WordPress user with their data and capabilities.Since: 2.0.0 Source: wp-includes/class-wp-user.phpOverviewWP_User represents an individual user with their...

Updated February 13, 2026

User Functions

Core functions for user management, authentication, metadata, and utilities.Source: wp-includes/user.php, wp-includes/capabilities.php, wp-includes/pluggable.phpUser Retrievalget_user()Retrieves user by ID.get_user( int $user_id ): WP_User|falseSince:...

Updated February 13, 2026

User Hooks

Actions and filters for user management, authentication, roles, and capabilities.Source: wp-includes/user.php, wp-includes/capabilities.php, wp-includes/class-wp-*.phpAuthenticationActionswp_authenticateFires before user is authenticated.do_action_ref_array( 'wp_authenticate', array( &$user_login,...

Updated February 13, 2026

WordPress Users API

Core system for managing users, authentication, roles, and capabilities.Since: 2.0.0 Source: wp-includes/user.php, wp-includes/capabilities.php, wp-includes/class-wp-*.phpComponentsComponentDescriptionfunctions.mdUser CRUD, authentication, meta, and utility functionsclass-wp-user.mdIndividual...

Updated February 13, 2026
← Back to Chubes.net