{$boundary}_post_rel_link

{$boundary}_post_rel_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('{$boundary}_post_rel_link') is found 1 times:

  • /wp-includes/deprecated.php line 2712
    	$link .= esc_attr($title);
    	$link .= "' href='" . get_permalink($post) . "' />\n";
    
    	$boundary = $start ? 'start' : 'end';
    	return apply_filters( "{$boundary}_post_rel_link", $link );
    }
    
    /**
     * Display relational link for the first post.
     *
     * @since 2.8.0