Warning: 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.
Contents
Source
File: wp-includes/deprecated.php
.
View all references
function wlwmanifest_link() {
_deprecated_function( __FUNCTION__, '6.3.0' );
}
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. |