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
檢視更多 >