How to Remove WLW Manifest Link From WordPress Head?

wlwmanifest.xml is a static file with information on how Windows Live Writer can talk to WordPress. It has nothing to do with security or performance. This file doesn’t reveal your website information. 

If you just love to keep your head area net and clean then you can remove it. If you have opened your page source, you will something like the following code. This is the WLW Manifest. 

				
					<link rel="wlwmanifest" type="application/wlwmanifest+xml" href=".../wp-includes/wlwmanifest.xml" /> 
				
			

Removing wlwmanifest from the head is super easy. Login to your Cpanel or FTP and navigate to the active theme’s root directory. Search for the function.php file and open it via editor. 

Paste the following code and save your function.php file.

				
					// REMOVE wlwmanifest.xml.
remove_action('wp_head', 'wlwmanifest_link');
				
			

Let’s check another method where you don’t need to work with code. Just install WP Adminify plugin. Navigate to WP Adminify > Tweaks > Head > Remove WLW Manifest Link. Now enable this option and save your plugin settings.

Remove WLW Manifest Link
August 27, 2021
Head Tips and Tutorials
Was this article helpful?

© 2021-2024 - Adminify | All rights reserved

WP Adminfy accepted payment methods