The dynamic portion of the hook name, $adjacent, refers to the type of adjacency, 'next' or 'previous'. Possible hook names include: <ul> <li>next_post_rel_link</li> <li>previous_post_rel_link</li> </ul>
2096*-`previous_post_rel_link`2097*2098* @since 2.8.02099*2100* @param string$link The relational link.2101*/2102returnapply_filters("{$adjacent}_post_rel_link",$link);2103}21042105/**2106* Displays the relational links for the posts adjacent to the current post.2107*2108* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.