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
查看更多 >