663* @since 4.2.0 The `$force_reauth` parameter was added.664*665* @param string$login_url The login URL. Not HTML-encoded.666* @param string$redirect The path to redirect to on login,if supplied.667* @param bool$force_reauth Whether to force reauthorization, even if a cookie is present.668*/669returnapply_filters('login_url',$login_url,$redirect,$force_reauth);670}671672/**673* Returns the URL that allows the user to register on the site.674*675* @since 3.6.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.