WordPress Login Customization for External Authentication
Where … is handling the final true/false call returns in its traditional login concept? The login process starts in the wp-login.php WordPress file around line 625: $user = wp_signon(”, $secure_cookie); The wp_signon() function is from the wp-includes/user.php file. /** * Authenticate user with remember capability. * * The credentials is an array that has ‘user_login’, … Read more