This function has been deprecated. WLW manifest is no longer in use and no longer included in core, so the output from this function is removed instead.
wlwmanifest_link()
Displays the link to the Windows Live Writer manifest file.
Source
File: wp-includes/deprecated.php
function wlwmanifest_link() {
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
includes_url( 'wlwmanifest.xml' ), '" /> ', "\n";
}
Changelog
| Version | Description |
|---|---|
| 6.3.0 | WLW manifest is no longer in use and no longer included in core, so the output from this function is removed. |
| 2.3.1 | Introduced. This function has been deprecated. WLW manifest is no longer in use and no longer included in core, so the output from this function is removed instead. |