Home / Disable wlwmanifest link
Duplicate Snippet

Embed Snippet on Your Site

Disable wlwmanifest link

Prevent WordPress from adding the Windows Live Writer manifest link to your pages.

1.2k
Code Preview
php
<?php
remove_action('wp_head', 'wlwmanifest_link');

Comments

Add a Comment