wlwmanifest_link() WP 2.3.1
Display the link to the Windows Live Writer manifest file.
No Hooks.
Return
Null. Nothing.
Usage
wlwmanifest_link();
Changelog
Since 2.3.1 | Introduced. |
Code of wlwmanifest_link() wlwmanifest link WP 5.6
function wlwmanifest_link() {
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="' . includes_url( 'wlwmanifest.xml' ) . '" /> ' . "\n";
}