显示指向Windows Live Writer清单文件的链接。
原型
wlwmanifest_link()
源文件
路径:wp-includes/general-template.php
<?php
...
function wlwmanifest_link() {
echo '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="',
includes_url( 'wlwmanifest.xml' ), '" /> ', "n";
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/wlwmanifest_link/