apply_filters( 'parent_post_rel_link' )
Fired at · 1
wp-includes/deprecated.php:2793get_parent_post_rel_link()
Source
View on Trac ↗View on GitHub ↗
2787 $title = apply_filters('the_title', $title, $post->ID);2788 2789 $link = "<link rel='up' title='";2790 $link .= esc_attr( $title );2791 $link .= "' href='" . get_permalink($post) . "' />\n";2792 2793 return apply_filters( "parent_post_rel_link", $link );2794}2795 2796/**2797 * Display relational link for parent item2798 *2799 * @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 7.1.0 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.