427*428* @since 2.8.0429*430* @param string$logout_url The HTML-encoded logout URL.431* @param string$redirect Path to redirect to on logout.432*/433returnapply_filters('logout_url',$logout_url,$redirect);434}435436/**437* Retrieves the login URL.438*439* @since 2.7.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.