wlwmanifest_link

函数
wlwmanifest_link ( No parameters )

wlwmanifest_link: 该函数用于在HTML输出的头部添加一个指向Windows Live Writer清单文件的链接。它不需要任何参数。

显示到Windows Live Writer清单文件的链接。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function wlwmanifest_link() {
printf(
'<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="%s" />' . "n",
includes_url( 'wlwmanifest.xml' )
);
}
function wlwmanifest_link() { printf( '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="%s" />' . "n", includes_url( 'wlwmanifest.xml' ) ); }
function wlwmanifest_link() {
	printf(
		'<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="%s" />' . "n",
		includes_url( 'wlwmanifest.xml' )
	);
}

常见问题

FAQs
查看更多 >