Do you want to disable the wlwmanifest
link in WordPress?
By default, WordPress includes wlwmanifest.xml
to enable the compatibility with Windows Live Writer application.
So, if you are not using Windows Live Writer blogging application, then it’s suggested to remove the wlwmanifest
from your WordPress website. To disable the wlwmanifest
link in WordPress, use the below code snippet.
php
/**
* Disable wlwmanifestmanifest.xml in WordPress
*/
remove_action('wp_head', 'wlwmanifest_link');