Remove rel=shortlink from HTTP header
HTTP header of posts on my site looks like this:
accept-ranges:bytes
cache-control:public, max-age=0,public,public
content-encoding:gzip
content-length:5369
content-type:text/html; charset=UTF-8
date:Fri, 08 Dec 2017 07:27:40 GMT
expires:Fri, 08 Dec 2017 07:19:33 GMT
link:https://example.com/?p=5697; rel=shortlink
server:Apache
status:200
vary:Accept-Encoding
How to remove this line from HTTP header responce:
link:https://example.com/?p=5697; rel=shortlink
Please, do not confuse this with head /head
section of HTML, I removed it from there already, I would like to remove it from HTTP header response too.