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