wlwmanifest_link()

Displays the link to the Windows Live Writer manifest file.


Source

File: wp-includes/general-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.3.1 Introduced.

Top ↑

User Contributed Notes

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