wpseek.com
A WordPress-centric search engine for devs and theme authors



wlwmanifest_link › WordPress Function

Since2.3.1
Deprecatedn/a
wlwmanifest_link ( No parameters )
Links:
Defined at:
Codex:

Displays the link to the Windows Live Writer manifest file.



Source

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