here for more details. This will work on all versions of WordPress. Version: 1.0 Author: Angsuman Chakraborty Author URI: http://blog.taragana.com */ add_action('init', 'disableWPJunk'); function disableWPJunk() { remove_action('wp_head', 'wlwmanifest_link'); remove_action('wp_head', 'rsd_link'); } ?>