function no_wordpress_errors(){return 'Those credentials are not recognized. Please try again.'}add_filter( 'login_errors','no_wordpress_errors' ); if (!is_admin()){//defaultURLformatif(preg_match('/author=([0-9]*)/i',$_SERVER['QUERY_STRING']))die();add_filter('redirect_canonical','shapeSpace_check_enum',10,2)}function shapeSpace_check_enum($redirect,$request){//permalinkURLformatif(preg_match('/\?author=([0-9]*)(\/*)/i',$request))die();else return $redirect}