Definition:
function wlwmanifest_link() {}
Display the link to the Windows Live Writer manifest file.
Source code
function wlwmanifest_link() { echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . get_bloginfo('wpurl') . '/wp-includes/wlwmanifest.xml" /> ' . "\n"; }
3359
No comments yet... Be the first to leave a reply!