wlwmanifest_link() WordPress Function

The wlwmanifest_link() function allows you to easily add a link to your Windows Live Writer manifest file from your WordPress site. This is especially useful if you use Windows Live Writer to publish to your WordPress site.

wlwmanifest_link() #

Display the link to the Windows Live Writer manifest file.


Source

File: wp-includes/general-template.php

function wlwmanifest_link() {
	echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . includes_url( 'wlwmanifest.xml' ) . '" /> ' . "\n";
}


Top ↑

Changelog

Changelog
VersionDescription
2.3.1Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More