Remove the RSD and Windows Live Writer links
Removes two links from the page head that only old desktop blogging apps used.
<?php
remove_action( 'wp_head', 'rsd_link' );
remove_action( 'wp_head', 'wlwmanifest_link' );
In these packs
- Clean up the head: Remove the links, scripts and styles WordPress adds to every page that most sites never use.