wpseek.com
A WordPress-centric search engine for devs and theme authors



parent_post_rel_link › WordPress Function

Since2.8.0
Deprecated3.3.0
parent_post_rel_link ( $title = '%title' )
Parameters:
  • (string) $title Optional. Link title format. Default '%title'.
    Required: No
    Default: '%title'
Defined at:
Codex:

Display relational link for parent item



Source

function parent_post_rel_link( $title = '%title' ) {
	_deprecated_function( __FUNCTION__, '3.3.0' );

	echo get_parent_post_rel_link($title);
}