wlwmanifest_link()

Display the link to the Windows Live Writer manifest file.


Description Description


Source 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

Changelog
Version Description
2.3.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.