924*if enabled and logged-out.925*926* @since 1.5.0927*928* @param string$link The HTML code for the link to the Registration or Admin page.929*/930$link=apply_filters('register',$link);931932if($display){933echo$link;934}else{935return$link;936}
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.