Forums
Home / Everything else WordPress / Where is wp_user
(@mpiaser)
17 years, 2 months ago
What file is wp_user in?
wp-login.php contains the code:
$user = new WP_User(0, $user_login);
I’m trying to trace this through but I can’t see where the WB_User object is defined.
Never mind – i found it in capabilities.php