函数原型
parent_post_rel_link( string $title = ‘%title’ )
函数描述
Display relational link for parent item
是否弃用
Warning: This function has been deprecated.
函数参数
-
$title
string
Optional - Link title format. Default
'%title'.Default:
'%title'
函数返回值
无
函数位置
File: wp-includes/deprecated.php.
函数源码
function parent_post_rel_link( $title = '%title' ) {
_deprecated_function( __FUNCTION__, '3.3.0' );
echo get_parent_post_rel_link($title);
}
源码链接
变更日志
| Version | Description |
|---|---|
| 3.3.0 | This function has been deprecated. |
| 2.8.0 | Introduced. |

