Description
Get parent post relational link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/deprecated.php | 2788 |
Parameters
Type | Name | Description |
---|---|---|
string | $title | Optional. Link title format. Default '%title'. |
PHP Doc
/**
* Get parent post relational link.
*
* @since 2.8.0
* @deprecated 3.3.0
*
* @global WP_Post $post Global post object.
*
* @param string $title Optional. Link title format. Default '%title'.
* @return string
*/