Uses
Uses | Description |
---|---|
wp-includes/link-template.php: includes_url() | Retrieves the URL to the includes directory. |
Display the link to the Windows Live Writer manifest file.
File: wp-includes/general-template.php
function wlwmanifest_link() { echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . includes_url( 'wlwmanifest.xml' ) . '" /> ' . "\n"; }
Version | Description |
---|---|
2.3.1 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wlwmanifest_link