index_rel_link

函式
index_rel_link ( No parameters )

index_rel_link: 這個函式使用”rel”屬性輸出一個指向網站主頁的連結: 這是用來向搜尋引擎和其他機器人表明被連結的頁面是網站的主頁。

顯示網站索引的關係連結。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function index_rel_link() {
_deprecated_function( __FUNCTION__, '3.3.0' );
echo get_index_rel_link();
}
function index_rel_link() { _deprecated_function( __FUNCTION__, '3.3.0' ); echo get_index_rel_link(); }
function index_rel_link() {
	_deprecated_function( __FUNCTION__, '3.3.0' );

	echo get_index_rel_link();
}

常見問題

FAQs
檢視更多 >