Created
May 24, 2024 04:27
-
-
Save brianleejackson/25908b65a2a6b4f280c9d1922204eb6f to your computer and use it in GitHub Desktop.
Remove wlwmanifest link in WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove the link to the Windows Live Writer manifest file. Deprecated in WordPress 6.3 and higher. | |
remove_action( 'wp_head', 'wlwmanifest_link' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment