749*750* @since 1.5.0751* @since 5.5.0 Added the `$user_id` parameter.752*753* @param int$user_idID of the user that was logged out.754*/755do_action('wp_logout',$user_id);756}757endif;758759if(!function_exists('wp_validate_auth_cookie')):760/**761* Validates authentication cookie.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.