There are 2 functions with is_a in this file.
function wp_authenticate_username_password($user, $username, $password) {
function wp_authenticate_cookie($user, $username, $password) {
// if ( is_a($user, 'WP_User') ) { return $user; }
$class_name = 'WP_User';
if ( ( get_class($user) == $class_name )
|| is_subclass_of($user, $class_name) ) { return $user; }
![[PDA - Heathcare NOT Warfare - Sign the Petition.]](http://www.mittineague.com/blog/tmp/HealthNotWar_final.jpg)






One Trackback
[...] wp-includes/user.php [...]