parent_post_rel_link

parent_post_rel_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('parent_post_rel_link') is found 1 times:

  • /wp-includes/deprecated.php line 2788
    	$link = "<link rel='up' title='";
    	$link .= esc_attr( $title );
    	$link .= "' href='" . get_permalink($post) . "' />\n";
    
    	return apply_filters( "parent_post_rel_link", $link );
    }
    
    /**
     * Display relational link for parent item
     *
     * @since 2.8.0