apply_filters( 'parent_post_rel_link' )
Fired at · 1
wp-includes/deprecated.php:2788get_parent_post_rel_link()
Source
View on Trac ↗View on GitHub ↗
2782 $title = apply_filters('the_title', $title, $post->ID);2783 2784 $link = "<link rel='up' title='";2785 $link .= esc_attr( $title );2786 $link .= "' href='" . get_permalink($post) . "' />\n";2787 2788 return apply_filters( "parent_post_rel_link", $link );2789}2790 2791/**2792 * Display relational link for parent item2793 *2794 * @since 2.8.0
History
Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.