wlwmanifest_link()WP 2.3.1

Deprecated from version 6.3.0. It is no longer supported and can 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.

Return

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,
so the output from this function is removed.

wlwmanifest_link() code WP 6.5.2

function wlwmanifest_link() {
	_deprecated_function( __FUNCTION__, '6.3.0' );
}