On this page
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' )
);
}
Related
Uses
| Uses | Description |
|---|---|
| includes_url() wp-includes/link-template.php | Retrieves the URL to the includes directory. |
Changelog
| Version | Description |
|---|---|
| 2.3.1 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wlwmanifest_link