665*666* @since 1.5.0667* @since 5.5.0 Added the `$user_id` parameter.668*669* @param int$user_idID of the user that was logged out.670*/671do_action('wp_logout',$user_id);672}673endif;674675if(!function_exists('wp_validate_auth_cookie')):676/**677* Validates authentication cookie.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.