函数原型
index_rel_link()
函数描述
Display relational link for the site index.
是否弃用
Warning: This function has been deprecated.
函数参数
无
函数返回值
无
函数位置
File: wp-includes/deprecated.php.
函数源码
function index_rel_link() {
_deprecated_function( __FUNCTION__, '3.3.0' );
echo get_index_rel_link();
}
源码链接
变更日志
| Version | Description |
|---|---|
| 3.3.0 | This function has been deprecated. |
| 2.8.0 | Introduced. |

