index_rel_link

函数


index_rel_link ( No parameters )
定义位置
  • wp-includes/deprecated.php
    , line 2744
引入
2.8.0
弃用
3.3.0

Display relational link for the site index.

function index_rel_link() {
	_deprecated_function( __FUNCTION__, '3.3.0' );

	echo get_index_rel_link();
}