How to remove rest api link: in http headers?
i would like to remove the "link:" line added to the http headers since wordpress 4.4
here is a
curl -I killcandida.org
here is the output extract of the line that i would like to delete:
Link: http://killcandida.org/wp-json/; rel="https://api.w.org/"
Note that i don't talk here about html headers but http headers.