wlwmanifest_link()
Display the link to the Windows Live Writer manifest file.
Description Description
Source Source
File: wp-includes/general-template.php
2835 2836 2837 2838 | function wlwmanifest_link() { echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' , includes_url( 'wlwmanifest.xml' ), '" /> ' , "\n"; } |
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.3.1 | Introduced. |