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>
2104*-`previous_post_rel_link`2105*2106* @since 2.8.02107*2108* @param string$link The relational link.2109*/2110returnapply_filters("{$adjacent}_post_rel_link",$link);2111}21122113/**2114* Displays the relational links for the posts adjacent to the current post.2115*2116* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.