wlwmanifest_link()
Deprecated since 6.3.0. It is no longer supported and may be removed in future releases. Use
and no longer included in core,
so output from this function is removed instead.Displays the link to the Windows Live Writer manifest file.
No Hooks.
Returns
null. Nothing (null).
Usage
wlwmanifest_link();
Changelog
| Since 2.3.1 | Introduced. |
| Deprecated since 6.3.0 | WLW manifest is no longer in use and no longer included in core, |
wlwmanifest_link() wlwmanifest link code WP 7.0
function wlwmanifest_link() {
_deprecated_function( __FUNCTION__, '6.3.0' );
}